@depup/netlify-cli 24.3.0-depup.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.md +54 -0
- package/bin/run.js +66 -0
- package/changes.json +102 -0
- package/dist/commands/agents/agents-create.d.ts +12 -0
- package/dist/commands/agents/agents-create.d.ts.map +1 -0
- package/dist/commands/agents/agents-create.js +131 -0
- package/dist/commands/agents/agents-create.js.map +1 -0
- package/dist/commands/agents/agents-list.d.ts +10 -0
- package/dist/commands/agents/agents-list.d.ts.map +1 -0
- package/dist/commands/agents/agents-list.js +115 -0
- package/dist/commands/agents/agents-list.js.map +1 -0
- package/dist/commands/agents/agents-show.d.ts +9 -0
- package/dist/commands/agents/agents-show.d.ts.map +1 -0
- package/dist/commands/agents/agents-show.js +127 -0
- package/dist/commands/agents/agents-show.js.map +1 -0
- package/dist/commands/agents/agents-stop.d.ts +11 -0
- package/dist/commands/agents/agents-stop.d.ts.map +1 -0
- package/dist/commands/agents/agents-stop.js +75 -0
- package/dist/commands/agents/agents-stop.js.map +1 -0
- package/dist/commands/agents/agents.d.ts +3 -0
- package/dist/commands/agents/agents.d.ts.map +1 -0
- package/dist/commands/agents/agents.js +83 -0
- package/dist/commands/agents/agents.js.map +1 -0
- package/dist/commands/agents/constants.d.ts +39 -0
- package/dist/commands/agents/constants.d.ts.map +1 -0
- package/dist/commands/agents/constants.js +29 -0
- package/dist/commands/agents/constants.js.map +1 -0
- package/dist/commands/agents/index.d.ts +2 -0
- package/dist/commands/agents/index.d.ts.map +1 -0
- package/dist/commands/agents/index.js +2 -0
- package/dist/commands/agents/index.js.map +1 -0
- package/dist/commands/agents/types.d.ts +48 -0
- package/dist/commands/agents/types.d.ts.map +1 -0
- package/dist/commands/agents/types.js +2 -0
- package/dist/commands/agents/types.js.map +1 -0
- package/dist/commands/agents/utils.d.ts +8 -0
- package/dist/commands/agents/utils.d.ts.map +1 -0
- package/dist/commands/agents/utils.js +51 -0
- package/dist/commands/agents/utils.js.map +1 -0
- package/dist/commands/api/api.d.ts +4 -0
- package/dist/commands/api/api.d.ts.map +1 -0
- package/dist/commands/api/api.js +42 -0
- package/dist/commands/api/api.js.map +1 -0
- package/dist/commands/api/index.d.ts +3 -0
- package/dist/commands/api/index.d.ts.map +1 -0
- package/dist/commands/api/index.js +14 -0
- package/dist/commands/api/index.js.map +1 -0
- package/dist/commands/base-command.d.ts +104 -0
- package/dist/commands/base-command.d.ts.map +1 -0
- package/dist/commands/base-command.js +637 -0
- package/dist/commands/base-command.js.map +1 -0
- package/dist/commands/blobs/blobs-delete.d.ts +5 -0
- package/dist/commands/blobs/blobs-delete.d.ts.map +1 -0
- package/dist/commands/blobs/blobs-delete.js +27 -0
- package/dist/commands/blobs/blobs-delete.js.map +1 -0
- package/dist/commands/blobs/blobs-get.d.ts +8 -0
- package/dist/commands/blobs/blobs-get.d.ts.map +1 -0
- package/dist/commands/blobs/blobs-get.js +34 -0
- package/dist/commands/blobs/blobs-get.js.map +1 -0
- package/dist/commands/blobs/blobs-list.d.ts +10 -0
- package/dist/commands/blobs/blobs-list.d.ts.map +1 -0
- package/dist/commands/blobs/blobs-list.js +39 -0
- package/dist/commands/blobs/blobs-list.js.map +1 -0
- package/dist/commands/blobs/blobs-set.d.ts +9 -0
- package/dist/commands/blobs/blobs-set.d.ts.map +1 -0
- package/dist/commands/blobs/blobs-set.js +49 -0
- package/dist/commands/blobs/blobs-set.js.map +1 -0
- package/dist/commands/blobs/blobs.d.ts +6 -0
- package/dist/commands/blobs/blobs.d.ts.map +1 -0
- package/dist/commands/blobs/blobs.js +82 -0
- package/dist/commands/blobs/blobs.js.map +1 -0
- package/dist/commands/build/build.d.ts +6 -0
- package/dist/commands/build/build.d.ts.map +1 -0
- package/dist/commands/build/build.js +39 -0
- package/dist/commands/build/build.js.map +1 -0
- package/dist/commands/build/index.d.ts +3 -0
- package/dist/commands/build/index.d.ts.map +1 -0
- package/dist/commands/build/index.js +25 -0
- package/dist/commands/build/index.js.map +1 -0
- package/dist/commands/clone/clone.d.ts +7 -0
- package/dist/commands/clone/clone.d.ts.map +1 -0
- package/dist/commands/clone/clone.js +64 -0
- package/dist/commands/clone/clone.js.map +1 -0
- package/dist/commands/clone/index.d.ts +3 -0
- package/dist/commands/clone/index.d.ts.map +1 -0
- package/dist/commands/clone/index.js +30 -0
- package/dist/commands/clone/index.js.map +1 -0
- package/dist/commands/clone/option_values.d.ts +6 -0
- package/dist/commands/clone/option_values.d.ts.map +1 -0
- package/dist/commands/clone/option_values.js +2 -0
- package/dist/commands/clone/option_values.js.map +1 -0
- package/dist/commands/completion/completion.d.ts +5 -0
- package/dist/commands/completion/completion.d.ts.map +1 -0
- package/dist/commands/completion/completion.js +67 -0
- package/dist/commands/completion/completion.js.map +1 -0
- package/dist/commands/completion/index.d.ts +3 -0
- package/dist/commands/completion/index.d.ts.map +1 -0
- package/dist/commands/completion/index.js +27 -0
- package/dist/commands/completion/index.js.map +1 -0
- package/dist/commands/database/constants.d.ts +4 -0
- package/dist/commands/database/constants.d.ts.map +1 -0
- package/dist/commands/database/constants.js +4 -0
- package/dist/commands/database/constants.js.map +1 -0
- package/dist/commands/database/database.d.ts +18 -0
- package/dist/commands/database/database.d.ts.map +1 -0
- package/dist/commands/database/database.js +94 -0
- package/dist/commands/database/database.js.map +1 -0
- package/dist/commands/database/db-connection.d.ts +8 -0
- package/dist/commands/database/db-connection.d.ts.map +1 -0
- package/dist/commands/database/db-connection.js +41 -0
- package/dist/commands/database/db-connection.js.map +1 -0
- package/dist/commands/database/drizzle.d.ts +3 -0
- package/dist/commands/database/drizzle.d.ts.map +1 -0
- package/dist/commands/database/drizzle.js +96 -0
- package/dist/commands/database/drizzle.js.map +1 -0
- package/dist/commands/database/index.d.ts +2 -0
- package/dist/commands/database/index.d.ts.map +1 -0
- package/dist/commands/database/index.js +2 -0
- package/dist/commands/database/index.js.map +1 -0
- package/dist/commands/database/init.d.ts +9 -0
- package/dist/commands/database/init.d.ts.map +1 -0
- package/dist/commands/database/init.js +124 -0
- package/dist/commands/database/init.js.map +1 -0
- package/dist/commands/database/migrate.d.ts +7 -0
- package/dist/commands/database/migrate.d.ts.map +1 -0
- package/dist/commands/database/migrate.js +34 -0
- package/dist/commands/database/migrate.js.map +1 -0
- package/dist/commands/database/migration-new.d.ts +13 -0
- package/dist/commands/database/migration-new.d.ts.map +1 -0
- package/dist/commands/database/migration-new.js +135 -0
- package/dist/commands/database/migration-new.js.map +1 -0
- package/dist/commands/database/pg-client-executor.d.ts +12 -0
- package/dist/commands/database/pg-client-executor.d.ts.map +1 -0
- package/dist/commands/database/pg-client-executor.js +27 -0
- package/dist/commands/database/pg-client-executor.js.map +1 -0
- package/dist/commands/database/reset.d.ts +6 -0
- package/dist/commands/database/reset.d.ts.map +1 -0
- package/dist/commands/database/reset.js +24 -0
- package/dist/commands/database/reset.js.map +1 -0
- package/dist/commands/database/status.d.ts +4 -0
- package/dist/commands/database/status.d.ts.map +1 -0
- package/dist/commands/database/status.js +71 -0
- package/dist/commands/database/status.js.map +1 -0
- package/dist/commands/database/utils.d.ts +75 -0
- package/dist/commands/database/utils.d.ts.map +1 -0
- package/dist/commands/database/utils.js +172 -0
- package/dist/commands/database/utils.js.map +1 -0
- package/dist/commands/deploy/deploy.d.ts +4 -0
- package/dist/commands/deploy/deploy.d.ts.map +1 -0
- package/dist/commands/deploy/deploy.js +890 -0
- package/dist/commands/deploy/deploy.js.map +1 -0
- package/dist/commands/deploy/index.d.ts +3 -0
- package/dist/commands/deploy/index.d.ts.map +1 -0
- package/dist/commands/deploy/index.js +96 -0
- package/dist/commands/deploy/index.js.map +1 -0
- package/dist/commands/deploy/option_values.d.ts +23 -0
- package/dist/commands/deploy/option_values.d.ts.map +1 -0
- package/dist/commands/deploy/option_values.js +3 -0
- package/dist/commands/deploy/option_values.js.map +1 -0
- package/dist/commands/dev/dev.d.ts +4 -0
- package/dist/commands/dev/dev.d.ts.map +1 -0
- package/dist/commands/dev/dev.js +248 -0
- package/dist/commands/dev/dev.js.map +1 -0
- package/dist/commands/dev/index.d.ts +3 -0
- package/dist/commands/dev/index.d.ts.map +1 -0
- package/dist/commands/dev/index.js +77 -0
- package/dist/commands/dev/index.js.map +1 -0
- package/dist/commands/dev/programmatic-netlify-dev.d.ts +20 -0
- package/dist/commands/dev/programmatic-netlify-dev.d.ts.map +1 -0
- package/dist/commands/dev/programmatic-netlify-dev.js +45 -0
- package/dist/commands/dev/programmatic-netlify-dev.js.map +1 -0
- package/dist/commands/dev-exec/dev-exec.d.ts +4 -0
- package/dist/commands/dev-exec/dev-exec.d.ts.map +1 -0
- package/dist/commands/dev-exec/dev-exec.js +46 -0
- package/dist/commands/dev-exec/dev-exec.js.map +1 -0
- package/dist/commands/dev-exec/index.d.ts +3 -0
- package/dist/commands/dev-exec/index.d.ts.map +1 -0
- package/dist/commands/dev-exec/index.js +17 -0
- package/dist/commands/dev-exec/index.js.map +1 -0
- package/dist/commands/env/env-clone.d.ts +4 -0
- package/dist/commands/env/env-clone.d.ts.map +1 -0
- package/dist/commands/env/env-clone.js +81 -0
- package/dist/commands/env/env-clone.js.map +1 -0
- package/dist/commands/env/env-get.d.ts +4 -0
- package/dist/commands/env/env-get.d.ts.map +1 -0
- package/dist/commands/env/env-get.js +29 -0
- package/dist/commands/env/env-get.js.map +1 -0
- package/dist/commands/env/env-import.d.ts +4 -0
- package/dist/commands/env/env-import.d.ts.map +1 -0
- package/dist/commands/env/env-import.js +78 -0
- package/dist/commands/env/env-import.js.map +1 -0
- package/dist/commands/env/env-list.d.ts +4 -0
- package/dist/commands/env/env-list.d.ts.map +1 -0
- package/dist/commands/env/env-list.js +85 -0
- package/dist/commands/env/env-list.js.map +1 -0
- package/dist/commands/env/env-set.d.ts +4 -0
- package/dist/commands/env/env-set.d.ts.map +1 -0
- package/dist/commands/env/env-set.js +118 -0
- package/dist/commands/env/env-set.js.map +1 -0
- package/dist/commands/env/env-unset.d.ts +4 -0
- package/dist/commands/env/env-unset.d.ts.map +1 -0
- package/dist/commands/env/env-unset.js +76 -0
- package/dist/commands/env/env-unset.js.map +1 -0
- package/dist/commands/env/env.d.ts +3 -0
- package/dist/commands/env/env.d.ts.map +1 -0
- package/dist/commands/env/env.js +139 -0
- package/dist/commands/env/env.js.map +1 -0
- package/dist/commands/env/index.d.ts +2 -0
- package/dist/commands/env/index.d.ts.map +1 -0
- package/dist/commands/env/index.js +2 -0
- package/dist/commands/env/index.js.map +1 -0
- package/dist/commands/functions/functions-build.d.ts +4 -0
- package/dist/commands/functions/functions-build.d.ts.map +1 -0
- package/dist/commands/functions/functions-build.js +26 -0
- package/dist/commands/functions/functions-build.js.map +1 -0
- package/dist/commands/functions/functions-create.d.ts +4 -0
- package/dist/commands/functions/functions-create.d.ts.map +1 -0
- package/dist/commands/functions/functions-create.js +629 -0
- package/dist/commands/functions/functions-create.js.map +1 -0
- package/dist/commands/functions/functions-invoke.d.ts +4 -0
- package/dist/commands/functions/functions-invoke.d.ts.map +1 -0
- package/dist/commands/functions/functions-invoke.js +210 -0
- package/dist/commands/functions/functions-invoke.js.map +1 -0
- package/dist/commands/functions/functions-list.d.ts +4 -0
- package/dist/commands/functions/functions-list.d.ts.map +1 -0
- package/dist/commands/functions/functions-list.js +38 -0
- package/dist/commands/functions/functions-list.js.map +1 -0
- package/dist/commands/functions/functions-serve.d.ts +4 -0
- package/dist/commands/functions/functions-serve.d.ts.map +1 -0
- package/dist/commands/functions/functions-serve.js +74 -0
- package/dist/commands/functions/functions-serve.js.map +1 -0
- package/dist/commands/functions/functions.d.ts +3 -0
- package/dist/commands/functions/functions.d.ts.map +1 -0
- package/dist/commands/functions/functions.js +108 -0
- package/dist/commands/functions/functions.js.map +1 -0
- package/dist/commands/functions/index.d.ts +2 -0
- package/dist/commands/functions/index.d.ts.map +1 -0
- package/dist/commands/functions/index.js +2 -0
- package/dist/commands/functions/index.js.map +1 -0
- package/dist/commands/index.d.ts +3 -0
- package/dist/commands/index.d.ts.map +1 -0
- package/dist/commands/index.js +3 -0
- package/dist/commands/index.js.map +1 -0
- package/dist/commands/init/constants.d.ts +4 -0
- package/dist/commands/init/constants.d.ts.map +1 -0
- package/dist/commands/init/constants.js +3 -0
- package/dist/commands/init/constants.js.map +1 -0
- package/dist/commands/init/index.d.ts +3 -0
- package/dist/commands/init/index.d.ts.map +1 -0
- package/dist/commands/init/index.js +17 -0
- package/dist/commands/init/index.js.map +1 -0
- package/dist/commands/init/init.d.ts +12 -0
- package/dist/commands/init/init.d.ts.map +1 -0
- package/dist/commands/init/init.js +205 -0
- package/dist/commands/init/init.js.map +1 -0
- package/dist/commands/link/index.d.ts +3 -0
- package/dist/commands/link/index.d.ts.map +1 -0
- package/dist/commands/link/index.js +25 -0
- package/dist/commands/link/index.js.map +1 -0
- package/dist/commands/link/link.d.ts +5 -0
- package/dist/commands/link/link.d.ts.map +1 -0
- package/dist/commands/link/link.js +305 -0
- package/dist/commands/link/link.js.map +1 -0
- package/dist/commands/link/option_values.d.ts +8 -0
- package/dist/commands/link/option_values.d.ts.map +1 -0
- package/dist/commands/link/option_values.js +3 -0
- package/dist/commands/link/option_values.js.map +1 -0
- package/dist/commands/login/index.d.ts +3 -0
- package/dist/commands/login/index.d.ts.map +1 -0
- package/dist/commands/login/index.js +20 -0
- package/dist/commands/login/index.js.map +1 -0
- package/dist/commands/login/login-check.d.ts +4 -0
- package/dist/commands/login/login-check.d.ts.map +1 -0
- package/dist/commands/login/login-check.js +49 -0
- package/dist/commands/login/login-check.js.map +1 -0
- package/dist/commands/login/login-request.d.ts +3 -0
- package/dist/commands/login/login-request.d.ts.map +1 -0
- package/dist/commands/login/login-request.js +19 -0
- package/dist/commands/login/login-request.js.map +1 -0
- package/dist/commands/login/login.d.ts +4 -0
- package/dist/commands/login/login.d.ts.map +1 -0
- package/dist/commands/login/login.js +43 -0
- package/dist/commands/login/login.js.map +1 -0
- package/dist/commands/logout/index.d.ts +3 -0
- package/dist/commands/logout/index.d.ts.map +1 -0
- package/dist/commands/logout/index.js +8 -0
- package/dist/commands/logout/index.js.map +1 -0
- package/dist/commands/logout/logout.d.ts +4 -0
- package/dist/commands/logout/logout.d.ts.map +1 -0
- package/dist/commands/logout/logout.js +23 -0
- package/dist/commands/logout/logout.js.map +1 -0
- package/dist/commands/logs/build.d.ts +8 -0
- package/dist/commands/logs/build.d.ts.map +1 -0
- package/dist/commands/logs/build.js +72 -0
- package/dist/commands/logs/build.js.map +1 -0
- package/dist/commands/logs/functions.d.ts +4 -0
- package/dist/commands/logs/functions.d.ts.map +1 -0
- package/dist/commands/logs/functions.js +79 -0
- package/dist/commands/logs/functions.js.map +1 -0
- package/dist/commands/logs/index.d.ts +5 -0
- package/dist/commands/logs/index.d.ts.map +1 -0
- package/dist/commands/logs/index.js +40 -0
- package/dist/commands/logs/index.js.map +1 -0
- package/dist/commands/logs/log-levels.d.ts +11 -0
- package/dist/commands/logs/log-levels.d.ts.map +1 -0
- package/dist/commands/logs/log-levels.js +12 -0
- package/dist/commands/logs/log-levels.js.map +1 -0
- package/dist/commands/main.d.ts +36 -0
- package/dist/commands/main.d.ts.map +1 -0
- package/dist/commands/main.js +232 -0
- package/dist/commands/main.js.map +1 -0
- package/dist/commands/open/index.d.ts +3 -0
- package/dist/commands/open/index.d.ts.map +1 -0
- package/dist/commands/open/index.js +32 -0
- package/dist/commands/open/index.js.map +1 -0
- package/dist/commands/open/open-admin.d.ts +3 -0
- package/dist/commands/open/open-admin.d.ts.map +1 -0
- package/dist/commands/open/open-admin.js +11 -0
- package/dist/commands/open/open-admin.js.map +1 -0
- package/dist/commands/open/open-site.d.ts +4 -0
- package/dist/commands/open/open-site.d.ts.map +1 -0
- package/dist/commands/open/open-site.js +12 -0
- package/dist/commands/open/open-site.js.map +1 -0
- package/dist/commands/open/open.d.ts +4 -0
- package/dist/commands/open/open.d.ts.map +1 -0
- package/dist/commands/open/open.js +14 -0
- package/dist/commands/open/open.js.map +1 -0
- package/dist/commands/recipes/common.d.ts +3 -0
- package/dist/commands/recipes/common.d.ts.map +1 -0
- package/dist/commands/recipes/common.js +26 -0
- package/dist/commands/recipes/common.js.map +1 -0
- package/dist/commands/recipes/index.d.ts +3 -0
- package/dist/commands/recipes/index.d.ts.map +1 -0
- package/dist/commands/recipes/index.js +21 -0
- package/dist/commands/recipes/index.js.map +1 -0
- package/dist/commands/recipes/recipes-list.d.ts +5 -0
- package/dist/commands/recipes/recipes-list.d.ts.map +1 -0
- package/dist/commands/recipes/recipes-list.js +15 -0
- package/dist/commands/recipes/recipes-list.js.map +1 -0
- package/dist/commands/recipes/recipes.d.ts +12 -0
- package/dist/commands/recipes/recipes.d.ts.map +1 -0
- package/dist/commands/recipes/recipes.js +53 -0
- package/dist/commands/recipes/recipes.js.map +1 -0
- package/dist/commands/serve/index.d.ts +3 -0
- package/dist/commands/serve/index.d.ts.map +1 -0
- package/dist/commands/serve/index.js +32 -0
- package/dist/commands/serve/index.js.map +1 -0
- package/dist/commands/serve/serve.d.ts +4 -0
- package/dist/commands/serve/serve.d.ts.map +1 -0
- package/dist/commands/serve/serve.js +177 -0
- package/dist/commands/serve/serve.js.map +1 -0
- package/dist/commands/sites/index.d.ts +2 -0
- package/dist/commands/sites/index.d.ts.map +1 -0
- package/dist/commands/sites/index.js +2 -0
- package/dist/commands/sites/index.js.map +1 -0
- package/dist/commands/sites/sites-create.d.ts +8 -0
- package/dist/commands/sites/sites-create.d.ts.map +1 -0
- package/dist/commands/sites/sites-create.js +122 -0
- package/dist/commands/sites/sites-create.js.map +1 -0
- package/dist/commands/sites/sites-delete.d.ts +4 -0
- package/dist/commands/sites/sites-delete.d.ts.map +1 -0
- package/dist/commands/sites/sites-delete.js +74 -0
- package/dist/commands/sites/sites-delete.js.map +1 -0
- package/dist/commands/sites/sites-list.d.ts +4 -0
- package/dist/commands/sites/sites-list.d.ts.map +1 -0
- package/dist/commands/sites/sites-list.js +59 -0
- package/dist/commands/sites/sites-list.js.map +1 -0
- package/dist/commands/sites/sites.d.ts +4 -0
- package/dist/commands/sites/sites.d.ts.map +1 -0
- package/dist/commands/sites/sites.js +55 -0
- package/dist/commands/sites/sites.js.map +1 -0
- package/dist/commands/status/index.d.ts +3 -0
- package/dist/commands/status/index.d.ts.map +1 -0
- package/dist/commands/status/index.js +21 -0
- package/dist/commands/status/index.js.map +1 -0
- package/dist/commands/status/status-hooks.d.ts +4 -0
- package/dist/commands/status/status-hooks.d.ts.map +1 -0
- package/dist/commands/status/status-hooks.js +30 -0
- package/dist/commands/status/status-hooks.js.map +1 -0
- package/dist/commands/status/status.d.ts +4 -0
- package/dist/commands/status/status.d.ts.map +1 -0
- package/dist/commands/status/status.js +73 -0
- package/dist/commands/status/status.js.map +1 -0
- package/dist/commands/switch/index.d.ts +3 -0
- package/dist/commands/switch/index.d.ts.map +1 -0
- package/dist/commands/switch/index.js +8 -0
- package/dist/commands/switch/index.js.map +1 -0
- package/dist/commands/switch/switch.d.ts +4 -0
- package/dist/commands/switch/switch.d.ts.map +1 -0
- package/dist/commands/switch/switch.js +31 -0
- package/dist/commands/switch/switch.js.map +1 -0
- package/dist/commands/unlink/index.d.ts +3 -0
- package/dist/commands/unlink/index.d.ts.map +1 -0
- package/dist/commands/unlink/index.js +15 -0
- package/dist/commands/unlink/index.js.map +1 -0
- package/dist/commands/unlink/unlink.d.ts +4 -0
- package/dist/commands/unlink/unlink.d.ts.map +1 -0
- package/dist/commands/unlink/unlink.js +23 -0
- package/dist/commands/unlink/unlink.js.map +1 -0
- package/dist/commands/watch/index.d.ts +3 -0
- package/dist/commands/watch/index.d.ts.map +1 -0
- package/dist/commands/watch/index.js +9 -0
- package/dist/commands/watch/index.js.map +1 -0
- package/dist/commands/watch/watch.d.ts +3 -0
- package/dist/commands/watch/watch.d.ts.map +1 -0
- package/dist/commands/watch/watch.js +91 -0
- package/dist/commands/watch/watch.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/account.d.ts +3 -0
- package/dist/lib/account.d.ts.map +1 -0
- package/dist/lib/account.js +3 -0
- package/dist/lib/account.js.map +1 -0
- package/dist/lib/api.d.ts +14 -0
- package/dist/lib/api.d.ts.map +1 -0
- package/dist/lib/api.js +27 -0
- package/dist/lib/api.js.map +1 -0
- package/dist/lib/blobs/blobs.d.ts +47 -0
- package/dist/lib/blobs/blobs.d.ts.map +1 -0
- package/dist/lib/blobs/blobs.js +82 -0
- package/dist/lib/blobs/blobs.js.map +1 -0
- package/dist/lib/build.d.ts +120 -0
- package/dist/lib/build.d.ts.map +1 -0
- package/dist/lib/build.js +80 -0
- package/dist/lib/build.js.map +1 -0
- package/dist/lib/completion/constants.d.ts +2 -0
- package/dist/lib/completion/constants.d.ts.map +1 -0
- package/dist/lib/completion/constants.js +3 -0
- package/dist/lib/completion/constants.js.map +1 -0
- package/dist/lib/completion/generate-autocompletion.d.ts +8 -0
- package/dist/lib/completion/generate-autocompletion.d.ts.map +1 -0
- package/dist/lib/completion/generate-autocompletion.js +42 -0
- package/dist/lib/completion/generate-autocompletion.js.map +1 -0
- package/dist/lib/completion/get-autocompletion.d.ts +13 -0
- package/dist/lib/completion/get-autocompletion.d.ts.map +1 -0
- package/dist/lib/completion/get-autocompletion.js +31 -0
- package/dist/lib/completion/get-autocompletion.js.map +1 -0
- package/dist/lib/completion/index.d.ts +2 -0
- package/dist/lib/completion/index.d.ts.map +1 -0
- package/dist/lib/completion/index.js +2 -0
- package/dist/lib/completion/index.js.map +1 -0
- package/dist/lib/completion/script.d.ts +3 -0
- package/dist/lib/completion/script.d.ts.map +1 -0
- package/dist/lib/completion/script.js +19 -0
- package/dist/lib/completion/script.js.map +1 -0
- package/dist/lib/edge-functions/bootstrap.d.ts +3 -0
- package/dist/lib/edge-functions/bootstrap.d.ts.map +1 -0
- package/dist/lib/edge-functions/bootstrap.js +20 -0
- package/dist/lib/edge-functions/bootstrap.js.map +1 -0
- package/dist/lib/edge-functions/consts.d.ts +11 -0
- package/dist/lib/edge-functions/consts.d.ts.map +1 -0
- package/dist/lib/edge-functions/consts.js +13 -0
- package/dist/lib/edge-functions/consts.js.map +1 -0
- package/dist/lib/edge-functions/editor-helper.d.ts +9 -0
- package/dist/lib/edge-functions/editor-helper.d.ts.map +1 -0
- package/dist/lib/edge-functions/editor-helper.js +33 -0
- package/dist/lib/edge-functions/editor-helper.js.map +1 -0
- package/dist/lib/edge-functions/get-directories.d.ts +6 -0
- package/dist/lib/edge-functions/get-directories.d.ts.map +1 -0
- package/dist/lib/edge-functions/get-directories.js +25 -0
- package/dist/lib/edge-functions/get-directories.js.map +1 -0
- package/dist/lib/edge-functions/headers.d.ts +36 -0
- package/dist/lib/edge-functions/headers.d.ts.map +1 -0
- package/dist/lib/edge-functions/headers.js +43 -0
- package/dist/lib/edge-functions/headers.js.map +1 -0
- package/dist/lib/edge-functions/proxy.d.ts +50 -0
- package/dist/lib/edge-functions/proxy.d.ts.map +1 -0
- package/dist/lib/edge-functions/proxy.js +159 -0
- package/dist/lib/edge-functions/proxy.js.map +1 -0
- package/dist/lib/edge-functions/registry.d.ts +138 -0
- package/dist/lib/edge-functions/registry.d.ts.map +1 -0
- package/dist/lib/edge-functions/registry.js +511 -0
- package/dist/lib/edge-functions/registry.js.map +1 -0
- package/dist/lib/exec-fetcher.d.ts +20 -0
- package/dist/lib/exec-fetcher.d.ts.map +1 -0
- package/dist/lib/exec-fetcher.js +166 -0
- package/dist/lib/exec-fetcher.js.map +1 -0
- package/dist/lib/extensions.d.ts +12 -0
- package/dist/lib/extensions.d.ts.map +1 -0
- package/dist/lib/extensions.js +14 -0
- package/dist/lib/extensions.js.map +1 -0
- package/dist/lib/fs.d.ts +10 -0
- package/dist/lib/fs.d.ts.map +1 -0
- package/dist/lib/fs.js +38 -0
- package/dist/lib/fs.js.map +1 -0
- package/dist/lib/functions/background.d.ts +5 -0
- package/dist/lib/functions/background.d.ts.map +1 -0
- package/dist/lib/functions/background.js +17 -0
- package/dist/lib/functions/background.js.map +1 -0
- package/dist/lib/functions/config.d.ts +23 -0
- package/dist/lib/functions/config.d.ts.map +1 -0
- package/dist/lib/functions/config.js +19 -0
- package/dist/lib/functions/config.js.map +1 -0
- package/dist/lib/functions/form-submissions-handler.d.ts +11 -0
- package/dist/lib/functions/form-submissions-handler.d.ts.map +1 -0
- package/dist/lib/functions/form-submissions-handler.js +154 -0
- package/dist/lib/functions/form-submissions-handler.js.map +1 -0
- package/dist/lib/functions/local-proxy.d.ts +9 -0
- package/dist/lib/functions/local-proxy.d.ts.map +1 -0
- package/dist/lib/functions/local-proxy.js +38 -0
- package/dist/lib/functions/local-proxy.js.map +1 -0
- package/dist/lib/functions/netlify-function.d.ts +102 -0
- package/dist/lib/functions/netlify-function.d.ts.map +1 -0
- package/dist/lib/functions/netlify-function.js +270 -0
- package/dist/lib/functions/netlify-function.js.map +1 -0
- package/dist/lib/functions/registry.d.ts +136 -0
- package/dist/lib/functions/registry.d.ts.map +1 -0
- package/dist/lib/functions/registry.js +464 -0
- package/dist/lib/functions/registry.js.map +1 -0
- package/dist/lib/functions/runtimes/go/index.d.ts +11 -0
- package/dist/lib/functions/runtimes/go/index.d.ts.map +1 -0
- package/dist/lib/functions/runtimes/go/index.js +65 -0
- package/dist/lib/functions/runtimes/go/index.js.map +1 -0
- package/dist/lib/functions/runtimes/index.d.ts +55 -0
- package/dist/lib/functions/runtimes/index.d.ts.map +1 -0
- package/dist/lib/functions/runtimes/index.js +10 -0
- package/dist/lib/functions/runtimes/index.js.map +1 -0
- package/dist/lib/functions/runtimes/js/builders/zisi.d.ts +35 -0
- package/dist/lib/functions/runtimes/js/builders/zisi.d.ts.map +1 -0
- package/dist/lib/functions/runtimes/js/builders/zisi.js +129 -0
- package/dist/lib/functions/runtimes/js/builders/zisi.js.map +1 -0
- package/dist/lib/functions/runtimes/js/constants.d.ts +2 -0
- package/dist/lib/functions/runtimes/js/constants.d.ts.map +1 -0
- package/dist/lib/functions/runtimes/js/constants.js +2 -0
- package/dist/lib/functions/runtimes/js/constants.js.map +1 -0
- package/dist/lib/functions/runtimes/js/index.d.ts +25 -0
- package/dist/lib/functions/runtimes/js/index.d.ts.map +1 -0
- package/dist/lib/functions/runtimes/js/index.js +120 -0
- package/dist/lib/functions/runtimes/js/index.js.map +1 -0
- package/dist/lib/functions/runtimes/js/worker.d.ts +8 -0
- package/dist/lib/functions/runtimes/js/worker.d.ts.map +1 -0
- package/dist/lib/functions/runtimes/js/worker.js +64 -0
- package/dist/lib/functions/runtimes/js/worker.js.map +1 -0
- package/dist/lib/functions/runtimes/rust/index.d.ts +11 -0
- package/dist/lib/functions/runtimes/rust/index.d.ts.map +1 -0
- package/dist/lib/functions/runtimes/rust/index.js +72 -0
- package/dist/lib/functions/runtimes/rust/index.js.map +1 -0
- package/dist/lib/functions/scheduled.d.ts +21 -0
- package/dist/lib/functions/scheduled.d.ts.map +1 -0
- package/dist/lib/functions/scheduled.js +77 -0
- package/dist/lib/functions/scheduled.js.map +1 -0
- package/dist/lib/functions/server.d.ts +48 -0
- package/dist/lib/functions/server.d.ts.map +1 -0
- package/dist/lib/functions/server.js +299 -0
- package/dist/lib/functions/server.js.map +1 -0
- package/dist/lib/functions/synchronous.d.ts +11 -0
- package/dist/lib/functions/synchronous.d.ts.map +1 -0
- package/dist/lib/functions/synchronous.js +132 -0
- package/dist/lib/functions/synchronous.js.map +1 -0
- package/dist/lib/functions/utils.d.ts +7 -0
- package/dist/lib/functions/utils.d.ts.map +1 -0
- package/dist/lib/functions/utils.js +14 -0
- package/dist/lib/functions/utils.js.map +1 -0
- package/dist/lib/geo-location.d.ts +17 -0
- package/dist/lib/geo-location.d.ts.map +1 -0
- package/dist/lib/geo-location.js +76 -0
- package/dist/lib/geo-location.js.map +1 -0
- package/dist/lib/http-agent.d.ts +22 -0
- package/dist/lib/http-agent.d.ts.map +1 -0
- package/dist/lib/http-agent.js +91 -0
- package/dist/lib/http-agent.js.map +1 -0
- package/dist/lib/images/proxy.d.ts +10 -0
- package/dist/lib/images/proxy.d.ts.map +1 -0
- package/dist/lib/images/proxy.js +28 -0
- package/dist/lib/images/proxy.js.map +1 -0
- package/dist/lib/log.d.ts +3 -0
- package/dist/lib/log.d.ts.map +1 -0
- package/dist/lib/log.js +16 -0
- package/dist/lib/log.js.map +1 -0
- package/dist/lib/path.d.ts +2 -0
- package/dist/lib/path.d.ts.map +1 -0
- package/dist/lib/path.js +2 -0
- package/dist/lib/path.js.map +1 -0
- package/dist/lib/settings.d.ts +14 -0
- package/dist/lib/settings.d.ts.map +1 -0
- package/dist/lib/settings.js +19 -0
- package/dist/lib/settings.js.map +1 -0
- package/dist/lib/spinner.d.ts +23 -0
- package/dist/lib/spinner.d.ts.map +1 -0
- package/dist/lib/spinner.js +53 -0
- package/dist/lib/spinner.js.map +1 -0
- package/dist/lib/string.d.ts +2 -0
- package/dist/lib/string.d.ts.map +1 -0
- package/dist/lib/string.js +2 -0
- package/dist/lib/string.js.map +1 -0
- package/dist/lib/wait-port.d.ts +5 -0
- package/dist/lib/wait-port.d.ts.map +1 -0
- package/dist/lib/wait-port.js +45 -0
- package/dist/lib/wait-port.js.map +1 -0
- package/dist/recipes/ai-context/context.d.ts +59 -0
- package/dist/recipes/ai-context/context.d.ts.map +1 -0
- package/dist/recipes/ai-context/context.js +195 -0
- package/dist/recipes/ai-context/context.js.map +1 -0
- package/dist/recipes/ai-context/index.d.ts +4 -0
- package/dist/recipes/ai-context/index.d.ts.map +1 -0
- package/dist/recipes/ai-context/index.js +132 -0
- package/dist/recipes/ai-context/index.js.map +1 -0
- package/dist/recipes/blobs-migrate/index.d.ts +9 -0
- package/dist/recipes/blobs-migrate/index.d.ts.map +1 -0
- package/dist/recipes/blobs-migrate/index.js +78 -0
- package/dist/recipes/blobs-migrate/index.js.map +1 -0
- package/dist/recipes/vscode/index.d.ts +12 -0
- package/dist/recipes/vscode/index.d.ts.map +1 -0
- package/dist/recipes/vscode/index.js +93 -0
- package/dist/recipes/vscode/index.js.map +1 -0
- package/dist/recipes/vscode/settings.d.ts +18 -0
- package/dist/recipes/vscode/settings.d.ts.map +1 -0
- package/dist/recipes/vscode/settings.js +61 -0
- package/dist/recipes/vscode/settings.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/utils/addons/prepare.d.ts +13 -0
- package/dist/utils/addons/prepare.d.ts.map +1 -0
- package/dist/utils/addons/prepare.js +26 -0
- package/dist/utils/addons/prepare.js.map +1 -0
- package/dist/utils/build-info.d.ts +21 -0
- package/dist/utils/build-info.d.ts.map +1 -0
- package/dist/utils/build-info.js +122 -0
- package/dist/utils/build-info.js.map +1 -0
- package/dist/utils/command-helpers.d.ts +84 -0
- package/dist/utils/command-helpers.d.ts.map +1 -0
- package/dist/utils/command-helpers.js +210 -0
- package/dist/utils/command-helpers.js.map +1 -0
- package/dist/utils/copy-template-dir/copy-template-dir.d.ts +2 -0
- package/dist/utils/copy-template-dir/copy-template-dir.d.ts.map +1 -0
- package/dist/utils/copy-template-dir/copy-template-dir.js +66 -0
- package/dist/utils/copy-template-dir/copy-template-dir.js.map +1 -0
- package/dist/utils/create-deferred.d.ts +7 -0
- package/dist/utils/create-deferred.d.ts.map +1 -0
- package/dist/utils/create-deferred.js +11 -0
- package/dist/utils/create-deferred.js.map +1 -0
- package/dist/utils/create-stream-promise.d.ts +5 -0
- package/dist/utils/create-stream-promise.d.ts.map +1 -0
- package/dist/utils/create-stream-promise.js +48 -0
- package/dist/utils/create-stream-promise.js.map +1 -0
- package/dist/utils/deploy/constants.d.ts +10 -0
- package/dist/utils/deploy/constants.d.ts.map +1 -0
- package/dist/utils/deploy/constants.js +18 -0
- package/dist/utils/deploy/constants.js.map +1 -0
- package/dist/utils/deploy/deploy-site.d.ts +21 -0
- package/dist/utils/deploy/deploy-site.d.ts.map +1 -0
- package/dist/utils/deploy/deploy-site.js +157 -0
- package/dist/utils/deploy/deploy-site.js.map +1 -0
- package/dist/utils/deploy/file.d.ts +8 -0
- package/dist/utils/deploy/file.d.ts.map +1 -0
- package/dist/utils/deploy/file.js +2 -0
- package/dist/utils/deploy/file.js.map +1 -0
- package/dist/utils/deploy/hash-config.d.ts +10 -0
- package/dist/utils/deploy/hash-config.d.ts.map +1 -0
- package/dist/utils/deploy/hash-config.js +26 -0
- package/dist/utils/deploy/hash-config.js.map +1 -0
- package/dist/utils/deploy/hash-files.d.ts +15 -0
- package/dist/utils/deploy/hash-files.d.ts.map +1 -0
- package/dist/utils/deploy/hash-files.js +21 -0
- package/dist/utils/deploy/hash-files.js.map +1 -0
- package/dist/utils/deploy/hash-fns.d.ts +24 -0
- package/dist/utils/deploy/hash-fns.d.ts.map +1 -0
- package/dist/utils/deploy/hash-fns.js +141 -0
- package/dist/utils/deploy/hash-fns.js.map +1 -0
- package/dist/utils/deploy/hasher-segments.d.ts +16 -0
- package/dist/utils/deploy/hasher-segments.d.ts.map +1 -0
- package/dist/utils/deploy/hasher-segments.js +74 -0
- package/dist/utils/deploy/hasher-segments.js.map +1 -0
- package/dist/utils/deploy/process-files.d.ts +16 -0
- package/dist/utils/deploy/process-files.d.ts.map +1 -0
- package/dist/utils/deploy/process-files.js +38 -0
- package/dist/utils/deploy/process-files.js.map +1 -0
- package/dist/utils/deploy/status-cb.d.ts +7 -0
- package/dist/utils/deploy/status-cb.d.ts.map +1 -0
- package/dist/utils/deploy/status-cb.js +2 -0
- package/dist/utils/deploy/status-cb.js.map +1 -0
- package/dist/utils/deploy/upload-files.d.ts +7 -0
- package/dist/utils/deploy/upload-files.d.ts.map +1 -0
- package/dist/utils/deploy/upload-files.js +116 -0
- package/dist/utils/deploy/upload-files.js.map +1 -0
- package/dist/utils/deploy/upload-source-zip.d.ts +12 -0
- package/dist/utils/deploy/upload-source-zip.d.ts.map +1 -0
- package/dist/utils/deploy/upload-source-zip.js +131 -0
- package/dist/utils/deploy/upload-source-zip.js.map +1 -0
- package/dist/utils/deploy/util.d.ts +5 -0
- package/dist/utils/deploy/util.d.ts.map +1 -0
- package/dist/utils/deploy/util.js +93 -0
- package/dist/utils/deploy/util.js.map +1 -0
- package/dist/utils/detect-server-settings.d.ts +118 -0
- package/dist/utils/detect-server-settings.d.ts.map +1 -0
- package/dist/utils/detect-server-settings.js +252 -0
- package/dist/utils/detect-server-settings.js.map +1 -0
- package/dist/utils/dev-server-banner.d.ts +4 -0
- package/dist/utils/dev-server-banner.d.ts.map +1 -0
- package/dist/utils/dev-server-banner.js +15 -0
- package/dist/utils/dev-server-banner.js.map +1 -0
- package/dist/utils/dev.d.ts +58 -0
- package/dist/utils/dev.d.ts.map +1 -0
- package/dist/utils/dev.js +185 -0
- package/dist/utils/dev.js.map +1 -0
- package/dist/utils/dot-env.d.ts +26 -0
- package/dist/utils/dot-env.d.ts.map +1 -0
- package/dist/utils/dot-env.js +43 -0
- package/dist/utils/dot-env.js.map +1 -0
- package/dist/utils/env/index.d.ts +164 -0
- package/dist/utils/env/index.d.ts.map +1 -0
- package/dist/utils/env/index.js +260 -0
- package/dist/utils/env/index.js.map +1 -0
- package/dist/utils/execa.d.ts +4 -0
- package/dist/utils/execa.d.ts.map +1 -0
- package/dist/utils/execa.js +15 -0
- package/dist/utils/execa.js.map +1 -0
- package/dist/utils/feature-flags.d.ts +20 -0
- package/dist/utils/feature-flags.d.ts.map +1 -0
- package/dist/utils/feature-flags.js +20 -0
- package/dist/utils/feature-flags.js.map +1 -0
- package/dist/utils/framework-server.d.ts +13 -0
- package/dist/utils/framework-server.d.ts.map +1 -0
- package/dist/utils/framework-server.js +66 -0
- package/dist/utils/framework-server.js.map +1 -0
- package/dist/utils/frameworks-api.d.ts +20 -0
- package/dist/utils/frameworks-api.d.ts.map +1 -0
- package/dist/utils/frameworks-api.js +54 -0
- package/dist/utils/frameworks-api.js.map +1 -0
- package/dist/utils/functions/constants.d.ts +2 -0
- package/dist/utils/functions/constants.d.ts.map +1 -0
- package/dist/utils/functions/constants.js +2 -0
- package/dist/utils/functions/constants.js.map +1 -0
- package/dist/utils/functions/functions.d.ts +32 -0
- package/dist/utils/functions/functions.d.ts.map +1 -0
- package/dist/utils/functions/functions.js +39 -0
- package/dist/utils/functions/functions.js.map +1 -0
- package/dist/utils/functions/get-functions.d.ts +10 -0
- package/dist/utils/functions/get-functions.d.ts.map +1 -0
- package/dist/utils/functions/get-functions.js +35 -0
- package/dist/utils/functions/get-functions.js.map +1 -0
- package/dist/utils/functions/index.d.ts +4 -0
- package/dist/utils/functions/index.d.ts.map +1 -0
- package/dist/utils/functions/index.js +4 -0
- package/dist/utils/functions/index.js.map +1 -0
- package/dist/utils/get-cli-package-json.d.ts +4 -0
- package/dist/utils/get-cli-package-json.d.ts.map +1 -0
- package/dist/utils/get-cli-package-json.js +22 -0
- package/dist/utils/get-cli-package-json.js.map +1 -0
- package/dist/utils/get-repo-data.d.ts +17 -0
- package/dist/utils/get-repo-data.d.ts.map +1 -0
- package/dist/utils/get-repo-data.js +59 -0
- package/dist/utils/get-repo-data.js.map +1 -0
- package/dist/utils/get-site.d.ts +4 -0
- package/dist/utils/get-site.d.ts.map +1 -0
- package/dist/utils/get-site.js +21 -0
- package/dist/utils/get-site.js.map +1 -0
- package/dist/utils/gh-auth.d.ts +14 -0
- package/dist/utils/gh-auth.d.ts.map +1 -0
- package/dist/utils/gh-auth.js +92 -0
- package/dist/utils/gh-auth.js.map +1 -0
- package/dist/utils/gitignore.d.ts +2 -0
- package/dist/utils/gitignore.d.ts.map +1 -0
- package/dist/utils/gitignore.js +4 -0
- package/dist/utils/gitignore.js.map +1 -0
- package/dist/utils/headers.d.ts +15 -0
- package/dist/utils/headers.d.ts.map +1 -0
- package/dist/utils/headers.js +39 -0
- package/dist/utils/headers.js.map +1 -0
- package/dist/utils/hooks/requires-site-info-with-project.d.ts +8 -0
- package/dist/utils/hooks/requires-site-info-with-project.d.ts.map +1 -0
- package/dist/utils/hooks/requires-site-info-with-project.js +83 -0
- package/dist/utils/hooks/requires-site-info-with-project.js.map +1 -0
- package/dist/utils/hooks/requires-site-info.d.ts +7 -0
- package/dist/utils/hooks/requires-site-info.d.ts.map +1 -0
- package/dist/utils/hooks/requires-site-info.js +31 -0
- package/dist/utils/hooks/requires-site-info.js.map +1 -0
- package/dist/utils/init/config-github.d.ts +15 -0
- package/dist/utils/init/config-github.d.ts.map +1 -0
- package/dist/utils/init/config-github.js +214 -0
- package/dist/utils/init/config-github.js.map +1 -0
- package/dist/utils/init/config-manual.d.ts +8 -0
- package/dist/utils/init/config-manual.d.ts.map +1 -0
- package/dist/utils/init/config-manual.js +86 -0
- package/dist/utils/init/config-manual.js.map +1 -0
- package/dist/utils/init/config.d.ts +9 -0
- package/dist/utils/init/config.d.ts.map +1 -0
- package/dist/utils/init/config.js +29 -0
- package/dist/utils/init/config.js.map +1 -0
- package/dist/utils/init/plugins.d.ts +7 -0
- package/dist/utils/init/plugins.d.ts.map +1 -0
- package/dist/utils/init/plugins.js +4 -0
- package/dist/utils/init/plugins.js.map +1 -0
- package/dist/utils/init/utils.d.ts +156 -0
- package/dist/utils/init/utils.d.ts.map +1 -0
- package/dist/utils/init/utils.js +178 -0
- package/dist/utils/init/utils.js.map +1 -0
- package/dist/utils/live-tunnel.d.ts +9 -0
- package/dist/utils/live-tunnel.d.ts.map +1 -0
- package/dist/utils/live-tunnel.js +125 -0
- package/dist/utils/live-tunnel.js.map +1 -0
- package/dist/utils/multimap.d.ts +6 -0
- package/dist/utils/multimap.d.ts.map +1 -0
- package/dist/utils/multimap.js +10 -0
- package/dist/utils/multimap.js.map +1 -0
- package/dist/utils/nodejs-compile-cache.d.ts +24 -0
- package/dist/utils/nodejs-compile-cache.d.ts.map +1 -0
- package/dist/utils/nodejs-compile-cache.js +44 -0
- package/dist/utils/nodejs-compile-cache.js.map +1 -0
- package/dist/utils/normalize-repo-url.d.ts +11 -0
- package/dist/utils/normalize-repo-url.d.ts.map +1 -0
- package/dist/utils/normalize-repo-url.js +24 -0
- package/dist/utils/normalize-repo-url.js.map +1 -0
- package/dist/utils/open-browser.d.ts +7 -0
- package/dist/utils/open-browser.d.ts.map +1 -0
- package/dist/utils/open-browser.js +33 -0
- package/dist/utils/open-browser.js.map +1 -0
- package/dist/utils/parse-raw-flags.d.ts +3 -0
- package/dist/utils/parse-raw-flags.d.ts.map +1 -0
- package/dist/utils/parse-raw-flags.js +51 -0
- package/dist/utils/parse-raw-flags.js.map +1 -0
- package/dist/utils/prompts/blob-delete-prompts.d.ts +2 -0
- package/dist/utils/prompts/blob-delete-prompts.d.ts.map +1 -0
- package/dist/utils/prompts/blob-delete-prompts.js +12 -0
- package/dist/utils/prompts/blob-delete-prompts.js.map +1 -0
- package/dist/utils/prompts/blob-set-prompt.d.ts +2 -0
- package/dist/utils/prompts/blob-set-prompt.d.ts.map +1 -0
- package/dist/utils/prompts/blob-set-prompt.js +12 -0
- package/dist/utils/prompts/blob-set-prompt.js.map +1 -0
- package/dist/utils/prompts/confirm-prompt.d.ts +2 -0
- package/dist/utils/prompts/confirm-prompt.d.ts.map +1 -0
- package/dist/utils/prompts/confirm-prompt.js +21 -0
- package/dist/utils/prompts/confirm-prompt.js.map +1 -0
- package/dist/utils/prompts/env-clone-prompt.d.ts +11 -0
- package/dist/utils/prompts/env-clone-prompt.d.ts.map +1 -0
- package/dist/utils/prompts/env-clone-prompt.js +28 -0
- package/dist/utils/prompts/env-clone-prompt.js.map +1 -0
- package/dist/utils/prompts/env-set-prompts.d.ts +2 -0
- package/dist/utils/prompts/env-set-prompts.d.ts.map +1 -0
- package/dist/utils/prompts/env-set-prompts.js +12 -0
- package/dist/utils/prompts/env-set-prompts.js.map +1 -0
- package/dist/utils/prompts/env-unset-prompts.d.ts +8 -0
- package/dist/utils/prompts/env-unset-prompts.d.ts.map +1 -0
- package/dist/utils/prompts/env-unset-prompts.js +18 -0
- package/dist/utils/prompts/env-unset-prompts.js.map +1 -0
- package/dist/utils/prompts/prompt-messages.d.ts +25 -0
- package/dist/utils/prompts/prompt-messages.d.ts.map +1 -0
- package/dist/utils/prompts/prompt-messages.js +26 -0
- package/dist/utils/prompts/prompt-messages.js.map +1 -0
- package/dist/utils/proxy-server.d.ts +47 -0
- package/dist/utils/proxy-server.d.ts.map +1 -0
- package/dist/utils/proxy-server.js +52 -0
- package/dist/utils/proxy-server.js.map +1 -0
- package/dist/utils/proxy.d.ts +21 -0
- package/dist/utils/proxy.d.ts.map +1 -0
- package/dist/utils/proxy.js +787 -0
- package/dist/utils/proxy.js.map +1 -0
- package/dist/utils/read-repo-url.d.ts +12 -0
- package/dist/utils/read-repo-url.d.ts.map +1 -0
- package/dist/utils/read-repo-url.js +53 -0
- package/dist/utils/read-repo-url.js.map +1 -0
- package/dist/utils/redirects.d.ts +6 -0
- package/dist/utils/redirects.d.ts.map +1 -0
- package/dist/utils/redirects.js +59 -0
- package/dist/utils/redirects.js.map +1 -0
- package/dist/utils/request-id.d.ts +2 -0
- package/dist/utils/request-id.d.ts.map +1 -0
- package/dist/utils/request-id.js +3 -0
- package/dist/utils/request-id.js.map +1 -0
- package/dist/utils/rules-proxy.d.ts +16 -0
- package/dist/utils/rules-proxy.d.ts.map +1 -0
- package/dist/utils/rules-proxy.js +87 -0
- package/dist/utils/rules-proxy.js.map +1 -0
- package/dist/utils/run-build.d.ts +58 -0
- package/dist/utils/run-build.d.ts.map +1 -0
- package/dist/utils/run-build.js +134 -0
- package/dist/utils/run-build.js.map +1 -0
- package/dist/utils/run-git.d.ts +2 -0
- package/dist/utils/run-git.d.ts.map +1 -0
- package/dist/utils/run-git.js +7 -0
- package/dist/utils/run-git.js.map +1 -0
- package/dist/utils/run-program.d.ts +3 -0
- package/dist/utils/run-program.d.ts.map +1 -0
- package/dist/utils/run-program.js +13 -0
- package/dist/utils/run-program.js.map +1 -0
- package/dist/utils/scripted-commands.d.ts +3 -0
- package/dist/utils/scripted-commands.d.ts.map +1 -0
- package/dist/utils/scripted-commands.js +18 -0
- package/dist/utils/scripted-commands.js.map +1 -0
- package/dist/utils/shell.d.ts +13 -0
- package/dist/utils/shell.d.ts.map +1 -0
- package/dist/utils/shell.js +123 -0
- package/dist/utils/shell.js.map +1 -0
- package/dist/utils/sign-redirect.d.ts +7 -0
- package/dist/utils/sign-redirect.d.ts.map +1 -0
- package/dist/utils/sign-redirect.js +16 -0
- package/dist/utils/sign-redirect.js.map +1 -0
- package/dist/utils/static-server.d.ts +10 -0
- package/dist/utils/static-server.d.ts.map +1 -0
- package/dist/utils/static-server.js +36 -0
- package/dist/utils/static-server.js.map +1 -0
- package/dist/utils/telemetry/index.d.ts +3 -0
- package/dist/utils/telemetry/index.d.ts.map +1 -0
- package/dist/utils/telemetry/index.js +3 -0
- package/dist/utils/telemetry/index.js.map +1 -0
- package/dist/utils/telemetry/report-error.d.ts +10 -0
- package/dist/utils/telemetry/report-error.d.ts.map +1 -0
- package/dist/utils/telemetry/report-error.js +52 -0
- package/dist/utils/telemetry/report-error.js.map +1 -0
- package/dist/utils/telemetry/request.d.ts +2 -0
- package/dist/utils/telemetry/request.d.ts.map +1 -0
- package/dist/utils/telemetry/request.js +41 -0
- package/dist/utils/telemetry/request.js.map +1 -0
- package/dist/utils/telemetry/telemetry.d.ts +14 -0
- package/dist/utils/telemetry/telemetry.d.ts.map +1 -0
- package/dist/utils/telemetry/telemetry.js +94 -0
- package/dist/utils/telemetry/telemetry.js.map +1 -0
- package/dist/utils/telemetry/utils.d.ts +3 -0
- package/dist/utils/telemetry/utils.d.ts.map +1 -0
- package/dist/utils/telemetry/utils.js +7 -0
- package/dist/utils/telemetry/utils.js.map +1 -0
- package/dist/utils/telemetry/validation.d.ts +2 -0
- package/dist/utils/telemetry/validation.d.ts.map +1 -0
- package/dist/utils/telemetry/validation.js +63 -0
- package/dist/utils/telemetry/validation.js.map +1 -0
- package/dist/utils/temporary-file.d.ts +7 -0
- package/dist/utils/temporary-file.d.ts.map +1 -0
- package/dist/utils/temporary-file.js +16 -0
- package/dist/utils/temporary-file.js.map +1 -0
- package/dist/utils/types.d.ts +200 -0
- package/dist/utils/types.d.ts.map +1 -0
- package/dist/utils/types.js +2 -0
- package/dist/utils/types.js.map +1 -0
- package/dist/utils/validation.d.ts +2 -0
- package/dist/utils/validation.d.ts.map +1 -0
- package/dist/utils/validation.js +12 -0
- package/dist/utils/validation.js.map +1 -0
- package/dist/utils/websockets/index.d.ts +3 -0
- package/dist/utils/websockets/index.d.ts.map +1 -0
- package/dist/utils/websockets/index.js +3 -0
- package/dist/utils/websockets/index.js.map +1 -0
- package/functions-templates/go/hello-world/.netlify-function-template.mjs +6 -0
- package/functions-templates/go/hello-world/go.mod +5 -0
- package/functions-templates/go/hello-world/go.sum +22 -0
- package/functions-templates/go/hello-world/main.go +24 -0
- package/functions-templates/javascript/hello/.netlify-function-template.mjs +5 -0
- package/functions-templates/javascript/hello/{{name}}.js +4 -0
- package/functions-templates/javascript/hello-world/.netlify-function-template.mjs +6 -0
- package/functions-templates/javascript/hello-world/{{name}}.mjs +13 -0
- package/functions-templates/javascript/image-external/.netlify-function-template.mjs +5 -0
- package/functions-templates/javascript/image-external/{{name}}.js +12 -0
- package/functions-templates/javascript/localized-content/.netlify-function-template.mjs +5 -0
- package/functions-templates/javascript/localized-content/{{name}}.js +15 -0
- package/functions-templates/javascript/scheduled-function/.netlify-function-template.mjs +6 -0
- package/functions-templates/javascript/scheduled-function/package.json +20 -0
- package/functions-templates/javascript/scheduled-function/{{name}}.mjs +11 -0
- package/functions-templates/javascript/set-cookies/.netlify-function-template.mjs +5 -0
- package/functions-templates/javascript/set-cookies/{{name}}.js +28 -0
- package/functions-templates/javascript/set-req-header/.netlify-function-template.mjs +5 -0
- package/functions-templates/javascript/set-req-header/{{name}}.js +3 -0
- package/functions-templates/javascript/set-res-header/.netlify-function-template.mjs +5 -0
- package/functions-templates/javascript/set-res-header/{{name}}.js +5 -0
- package/functions-templates/javascript/transform-response/.netlify-function-template.mjs +5 -0
- package/functions-templates/javascript/transform-response/{{name}}.js +12 -0
- package/functions-templates/rust/hello-world/.netlify-function-template.mjs +6 -0
- package/functions-templates/rust/hello-world/Cargo.lock +1149 -0
- package/functions-templates/rust/hello-world/Cargo.toml +14 -0
- package/functions-templates/rust/hello-world/src/main.rs +29 -0
- package/functions-templates/typescript/abtest/.netlify-function-template.mjs +5 -0
- package/functions-templates/typescript/abtest/{{name}}.ts +31 -0
- package/functions-templates/typescript/geolocation/.netlify-function-template.mjs +5 -0
- package/functions-templates/typescript/geolocation/{{name}}.ts +23 -0
- package/functions-templates/typescript/hello-world/.netlify-function-template.mjs +6 -0
- package/functions-templates/typescript/hello-world/package-lock.json +97 -0
- package/functions-templates/typescript/hello-world/package.json +21 -0
- package/functions-templates/typescript/hello-world/{{name}}.mts +14 -0
- package/functions-templates/typescript/json/.netlify-function-template.mjs +5 -0
- package/functions-templates/typescript/json/{{name}}.ts +4 -0
- package/functions-templates/typescript/log/.netlify-function-template.mjs +5 -0
- package/functions-templates/typescript/log/{{name}}.ts +9 -0
- package/functions-templates/typescript/scheduled-function/.netlify-function-template.mjs +6 -0
- package/functions-templates/typescript/scheduled-function/package.json +22 -0
- package/functions-templates/typescript/scheduled-function/{{name}}.mts +11 -0
- package/functions-templates/typescript/set-cookies/.netlify-function-template.mjs +5 -0
- package/functions-templates/typescript/set-cookies/{{name}}.ts +29 -0
- package/functions-templates/typescript/set-req-header/.netlify-function-template.mjs +5 -0
- package/functions-templates/typescript/set-req-header/{{name}}.ts +5 -0
- package/functions-templates/typescript/set-res-header/.netlify-function-template.mjs +5 -0
- package/functions-templates/typescript/set-res-header/{{name}}.ts +7 -0
- package/functions-templates/typescript/transform-response/.netlify-function-template.mjs +5 -0
- package/functions-templates/typescript/transform-response/{{name}}.ts +13 -0
- package/npm-shrinkwrap.json +12641 -0
- package/package.json +274 -0
- package/scripts/bash.sh +15 -0
- package/scripts/fish.sh +8 -0
- package/scripts/netlifyPackage.js +68 -0
- package/scripts/path.ps1 +35 -0
- package/scripts/postinstall.js +82 -0
- package/scripts/prepublishOnly.js +29 -0
- package/scripts/zsh.sh +3 -0
package/package.json
ADDED
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@depup/netlify-cli",
|
|
3
|
+
"description": "[DepUp] Netlify command line tool",
|
|
4
|
+
"version": "24.3.0-depup.0",
|
|
5
|
+
"author": "Netlify Inc.",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=20.12.2"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"/bin",
|
|
12
|
+
"/npm-shrinkwrap.json",
|
|
13
|
+
"/scripts",
|
|
14
|
+
"/functions-templates",
|
|
15
|
+
"/dist",
|
|
16
|
+
"changes.json",
|
|
17
|
+
"README.md"
|
|
18
|
+
],
|
|
19
|
+
"homepage": "https://github.com/netlify/cli",
|
|
20
|
+
"keywords": [
|
|
21
|
+
"depup",
|
|
22
|
+
"dependency-bumped",
|
|
23
|
+
"updated-deps",
|
|
24
|
+
"netlify-cli",
|
|
25
|
+
"api",
|
|
26
|
+
"cli",
|
|
27
|
+
"netlify",
|
|
28
|
+
"static"
|
|
29
|
+
],
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"repository": "https://github.com/netlify/cli",
|
|
32
|
+
"bin": {
|
|
33
|
+
"ntl": "./bin/run.js",
|
|
34
|
+
"netlify": "./bin/run.js"
|
|
35
|
+
},
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/netlify/cli/issues"
|
|
38
|
+
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"_format": "prettier --loglevel=warn \"{src,tools,scripts,tests,e2e,.github}/**/*.{mjs,cjs,js,mts,md,yml,json,html,ts}\" \"*.{mjs,cjs,js,mts,yml,json,html,ts}\" \".*.{mjs,cjs,js,yml,json,html,ts}\" \"!CHANGELOG.md\" \"!**/*/package-lock.json\" \"!.github/**/*.md\"",
|
|
41
|
+
"build": "tsc --project tsconfig.build.json",
|
|
42
|
+
"clean": "rm -rf dist/",
|
|
43
|
+
"dev": "tsc --project tsconfig.build.json --watch",
|
|
44
|
+
"docs": "npm run --prefix=site build",
|
|
45
|
+
"format": "npm run _format -- --write",
|
|
46
|
+
"format:check": "npm run _format -- --check",
|
|
47
|
+
"lint": "eslint --cache",
|
|
48
|
+
"lint:fix": "npm run lint -- --fix",
|
|
49
|
+
"start": "node ./bin/run.js",
|
|
50
|
+
"test": "run-s test:unit test:integration test:e2e",
|
|
51
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
52
|
+
"test:init": "run-s test:init:*",
|
|
53
|
+
"test:init:cli-help": "npm run start -- --help",
|
|
54
|
+
"test:init:cli-version": "npm run start -- --version",
|
|
55
|
+
"test:init:hugo-deps": "npm ci --prefix tests/integration/__fixtures__/hugo-site --no-audit",
|
|
56
|
+
"test:init:monorepo-deps": "cd tests/integration/__fixtures__/monorepo && pnpm install --frozen-lockfile",
|
|
57
|
+
"test:init:next-deps": "npm ci --prefix tests/integration/__fixtures__/next-app-without-config --no-audit && npm ci --prefix tests/integration/__fixtures__/next-app --no-audit",
|
|
58
|
+
"test:integration": "vitest run --retry=3 tests/integration/",
|
|
59
|
+
"test:unit": "vitest run tests/unit/",
|
|
60
|
+
"typecheck": "tsc",
|
|
61
|
+
"typecheck:watch": "tsc --watch"
|
|
62
|
+
},
|
|
63
|
+
"dependencies": {
|
|
64
|
+
"@fastify/static": "9.0.0",
|
|
65
|
+
"@netlify/ai": "0.4.1",
|
|
66
|
+
"@netlify/api": "14.0.18",
|
|
67
|
+
"@netlify/blobs": "^10.7.2",
|
|
68
|
+
"@netlify/build": "^35.9.0",
|
|
69
|
+
"@netlify/build-info": "10.4.0",
|
|
70
|
+
"@netlify/config": "24.4.3",
|
|
71
|
+
"@netlify/dev": "4.16.2",
|
|
72
|
+
"@netlify/dev-utils": "4.4.1",
|
|
73
|
+
"@netlify/edge-bundler": "^14.9.16",
|
|
74
|
+
"@netlify/edge-functions": "3.0.4",
|
|
75
|
+
"@netlify/edge-functions-bootstrap": "^3.1.0",
|
|
76
|
+
"@netlify/headers-parser": "9.0.3",
|
|
77
|
+
"@netlify/images": "1.3.5",
|
|
78
|
+
"@netlify/local-functions-proxy": "2.0.3",
|
|
79
|
+
"@netlify/redirect-parser": "15.0.4",
|
|
80
|
+
"@netlify/zip-it-and-ship-it": "14.5.0",
|
|
81
|
+
"@octokit/rest": "^22.0.1",
|
|
82
|
+
"@opentelemetry/api": "^1.9.0",
|
|
83
|
+
"@pnpm/tabtab": "0.5.4",
|
|
84
|
+
"ansi-escapes": "7.3.0",
|
|
85
|
+
"ansi-to-html": "0.7.2",
|
|
86
|
+
"ascii-table": "0.0.9",
|
|
87
|
+
"backoff": "2.5.0",
|
|
88
|
+
"boxen": "8.0.1",
|
|
89
|
+
"chalk": "5.6.2",
|
|
90
|
+
"chokidar": "^5.0.0",
|
|
91
|
+
"ci-info": "4.4.0",
|
|
92
|
+
"clean-deep": "3.4.0",
|
|
93
|
+
"commander": "^14.0.3",
|
|
94
|
+
"comment-json": "4.6.2",
|
|
95
|
+
"content-type": "1.0.5",
|
|
96
|
+
"cookie": "^1.1.1",
|
|
97
|
+
"cron-parser": "^5.5.0",
|
|
98
|
+
"debug": "4.4.3",
|
|
99
|
+
"decache": "4.6.2",
|
|
100
|
+
"dot-prop": "10.1.0",
|
|
101
|
+
"dotenv": "17.3.1",
|
|
102
|
+
"env-paths": "4.0.0",
|
|
103
|
+
"envinfo": "^7.21.0",
|
|
104
|
+
"etag": "1.8.1",
|
|
105
|
+
"execa": "^9.6.1",
|
|
106
|
+
"express": "5.2.1",
|
|
107
|
+
"express-logging": "1.1.1",
|
|
108
|
+
"extract-zip": "2.0.1",
|
|
109
|
+
"fastest-levenshtein": "1.0.16",
|
|
110
|
+
"fastify": "5.8.2",
|
|
111
|
+
"find-up": "8.0.0",
|
|
112
|
+
"folder-walker": "3.2.0",
|
|
113
|
+
"fuzzy": "0.1.3",
|
|
114
|
+
"get-port": "^7.1.0",
|
|
115
|
+
"git-repo-info": "2.1.1",
|
|
116
|
+
"gitconfiglocal": "2.1.0",
|
|
117
|
+
"http-proxy": "1.18.1",
|
|
118
|
+
"http-proxy-middleware": "3.0.5",
|
|
119
|
+
"https-proxy-agent": "^8.0.0",
|
|
120
|
+
"inquirer": "^13.3.2",
|
|
121
|
+
"inquirer-autocomplete-prompt": "^3.0.1",
|
|
122
|
+
"is-docker": "4.0.0",
|
|
123
|
+
"is-stream": "4.0.1",
|
|
124
|
+
"is-wsl": "^3.1.1",
|
|
125
|
+
"isexe": "4.0.0",
|
|
126
|
+
"jsonwebtoken": "9.0.3",
|
|
127
|
+
"jwt-decode": "4.0.0",
|
|
128
|
+
"lambda-local": "2.2.0",
|
|
129
|
+
"locate-path": "8.0.0",
|
|
130
|
+
"lodash": "4.17.23",
|
|
131
|
+
"log-update": "7.2.0",
|
|
132
|
+
"maxstache": "1.0.7",
|
|
133
|
+
"maxstache-stream": "1.0.4",
|
|
134
|
+
"modern-tar": "^0.7.5",
|
|
135
|
+
"multiparty": "4.2.3",
|
|
136
|
+
"nanospinner": "1.2.2",
|
|
137
|
+
"netlify-redirector": "0.5.0",
|
|
138
|
+
"node-fetch": "3.3.2",
|
|
139
|
+
"normalize-package-data": "^8.0.0",
|
|
140
|
+
"open": "11.0.0",
|
|
141
|
+
"p-filter": "4.1.0",
|
|
142
|
+
"p-map": "^7.0.4",
|
|
143
|
+
"p-wait-for": "6.0.0",
|
|
144
|
+
"parallel-transform": "1.2.0",
|
|
145
|
+
"parse-github-url": "1.0.3",
|
|
146
|
+
"pg": "8.20.0",
|
|
147
|
+
"prettyjson": "1.2.5",
|
|
148
|
+
"raw-body": "^3.0.2",
|
|
149
|
+
"read-package-up": "12.0.0",
|
|
150
|
+
"readdirp": "^5.0.0",
|
|
151
|
+
"semver": "^7.7.4",
|
|
152
|
+
"source-map-support": "0.5.21",
|
|
153
|
+
"terminal-link": "5.0.0",
|
|
154
|
+
"toml": "3.0.0",
|
|
155
|
+
"tomlify-j0.4": "3.0.0",
|
|
156
|
+
"ulid": "^3.0.2",
|
|
157
|
+
"update-notifier": "7.3.1",
|
|
158
|
+
"uuid": "13.0.0",
|
|
159
|
+
"write-file-atomic": "^7.0.1",
|
|
160
|
+
"ws": "8.19.0"
|
|
161
|
+
},
|
|
162
|
+
"ava": {
|
|
163
|
+
"files": [
|
|
164
|
+
"tools/**/*.test.js",
|
|
165
|
+
"tests/**/*.test.cjs"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900",
|
|
169
|
+
"depup": {
|
|
170
|
+
"changes": {
|
|
171
|
+
"@netlify/blobs": {
|
|
172
|
+
"from": "10.7.0",
|
|
173
|
+
"to": "^10.7.2"
|
|
174
|
+
},
|
|
175
|
+
"@netlify/build": {
|
|
176
|
+
"from": "35.8.9",
|
|
177
|
+
"to": "^35.9.0"
|
|
178
|
+
},
|
|
179
|
+
"@netlify/edge-bundler": {
|
|
180
|
+
"from": "14.9.15",
|
|
181
|
+
"to": "^14.9.16"
|
|
182
|
+
},
|
|
183
|
+
"@netlify/edge-functions-bootstrap": {
|
|
184
|
+
"from": "2.17.1",
|
|
185
|
+
"to": "^3.1.0"
|
|
186
|
+
},
|
|
187
|
+
"@octokit/rest": {
|
|
188
|
+
"from": "22.0.0",
|
|
189
|
+
"to": "^22.0.1"
|
|
190
|
+
},
|
|
191
|
+
"@opentelemetry/api": {
|
|
192
|
+
"from": "1.8.0",
|
|
193
|
+
"to": "^1.9.0"
|
|
194
|
+
},
|
|
195
|
+
"chokidar": {
|
|
196
|
+
"from": "4.0.3",
|
|
197
|
+
"to": "^5.0.0"
|
|
198
|
+
},
|
|
199
|
+
"commander": {
|
|
200
|
+
"from": "12.1.0",
|
|
201
|
+
"to": "^14.0.3"
|
|
202
|
+
},
|
|
203
|
+
"cookie": {
|
|
204
|
+
"from": "1.0.2",
|
|
205
|
+
"to": "^1.1.1"
|
|
206
|
+
},
|
|
207
|
+
"cron-parser": {
|
|
208
|
+
"from": "4.9.0",
|
|
209
|
+
"to": "^5.5.0"
|
|
210
|
+
},
|
|
211
|
+
"envinfo": {
|
|
212
|
+
"from": "7.15.0",
|
|
213
|
+
"to": "^7.21.0"
|
|
214
|
+
},
|
|
215
|
+
"execa": {
|
|
216
|
+
"from": "5.1.1",
|
|
217
|
+
"to": "^9.6.1"
|
|
218
|
+
},
|
|
219
|
+
"get-port": {
|
|
220
|
+
"from": "5.1.1",
|
|
221
|
+
"to": "^7.1.0"
|
|
222
|
+
},
|
|
223
|
+
"https-proxy-agent": {
|
|
224
|
+
"from": "7.0.6",
|
|
225
|
+
"to": "^8.0.0"
|
|
226
|
+
},
|
|
227
|
+
"inquirer": {
|
|
228
|
+
"from": "8.2.7",
|
|
229
|
+
"to": "^13.3.2"
|
|
230
|
+
},
|
|
231
|
+
"inquirer-autocomplete-prompt": {
|
|
232
|
+
"from": "1.4.0",
|
|
233
|
+
"to": "^3.0.1"
|
|
234
|
+
},
|
|
235
|
+
"is-wsl": {
|
|
236
|
+
"from": "3.1.0",
|
|
237
|
+
"to": "^3.1.1"
|
|
238
|
+
},
|
|
239
|
+
"normalize-package-data": {
|
|
240
|
+
"from": "7.0.1",
|
|
241
|
+
"to": "^8.0.0"
|
|
242
|
+
},
|
|
243
|
+
"p-map": {
|
|
244
|
+
"from": "7.0.3",
|
|
245
|
+
"to": "^7.0.4"
|
|
246
|
+
},
|
|
247
|
+
"raw-body": {
|
|
248
|
+
"from": "3.0.1",
|
|
249
|
+
"to": "^3.0.2"
|
|
250
|
+
},
|
|
251
|
+
"readdirp": {
|
|
252
|
+
"from": "4.1.2",
|
|
253
|
+
"to": "^5.0.0"
|
|
254
|
+
},
|
|
255
|
+
"semver": {
|
|
256
|
+
"from": "7.7.2",
|
|
257
|
+
"to": "^7.7.4"
|
|
258
|
+
},
|
|
259
|
+
"ulid": {
|
|
260
|
+
"from": "3.0.1",
|
|
261
|
+
"to": "^3.0.2"
|
|
262
|
+
},
|
|
263
|
+
"write-file-atomic": {
|
|
264
|
+
"from": "5.0.1",
|
|
265
|
+
"to": "^7.0.1"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"depsUpdated": 24,
|
|
269
|
+
"originalPackage": "netlify-cli",
|
|
270
|
+
"originalVersion": "24.3.0",
|
|
271
|
+
"processedAt": "2026-03-17T19:30:46.257Z",
|
|
272
|
+
"smokeTest": "failed"
|
|
273
|
+
}
|
|
274
|
+
}
|
package/scripts/bash.sh
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
script_link="$(command readlink "$BASH_SOURCE")" || script_link="$BASH_SOURCE"
|
|
4
|
+
apparent_sdk_dir="${script_link%/*}"
|
|
5
|
+
|
|
6
|
+
if [ "$apparent_sdk_dir" == "$script_link" ]; then
|
|
7
|
+
apparent_sdk_dir=.
|
|
8
|
+
fi
|
|
9
|
+
|
|
10
|
+
sdk_dir="$(command cd -P "$apparent_sdk_dir" >/dev/null && command pwd -P)"
|
|
11
|
+
bin_path="$sdk_dir/bin"
|
|
12
|
+
|
|
13
|
+
if [[ ":${PATH}:" != *":${bin_path}:"* ]]; then
|
|
14
|
+
export PATH=$bin_path:$PATH
|
|
15
|
+
fi
|
package/scripts/fish.sh
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
#!/usr/bin/env fish
|
|
2
|
+
|
|
3
|
+
# Only append to PATH if it isn't already part of the list
|
|
4
|
+
# `fish_add_path` - https://fishshell.com/docs/current/cmds/fish_add_path.html?highlight=fish_add_path would be a more
|
|
5
|
+
# suited alternative but it's only supported in fish 3.3.x
|
|
6
|
+
if not contains (dirname (status --current-filename))/bin $fish_user_paths
|
|
7
|
+
set -U fish_user_paths (dirname (status --current-filename))/bin $fish_user_paths
|
|
8
|
+
end
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
// @ts-check
|
|
2
|
+
import assert from 'node:assert'
|
|
3
|
+
import { dirname, resolve } from 'node:path'
|
|
4
|
+
import { readFile, stat, writeFile } from 'node:fs/promises'
|
|
5
|
+
|
|
6
|
+
import execa from 'execa'
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* @import {Package} from "normalize-package-data"
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
const packageJSON = await getPackageJSON()
|
|
13
|
+
|
|
14
|
+
async function getPackageJSON() {
|
|
15
|
+
const packageJSONPath = resolve('package.json')
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* @type {Package}
|
|
19
|
+
*/
|
|
20
|
+
const contents = JSON.parse(await readFile(packageJSONPath, 'utf8'))
|
|
21
|
+
|
|
22
|
+
return {
|
|
23
|
+
contents,
|
|
24
|
+
path: packageJSONPath,
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
async function preparePackageJSON() {
|
|
29
|
+
const binPath = Object.values(packageJSON.contents.bin ?? {})[0]
|
|
30
|
+
if (!binPath) {
|
|
31
|
+
throw new Error('Did not find a non-empty binary entry in `package.json`, so the `npx` flow will not work.')
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const newPackageJSON = {
|
|
35
|
+
...packageJSON.contents,
|
|
36
|
+
main: './dist/index.js',
|
|
37
|
+
name: 'netlify',
|
|
38
|
+
scripts: {
|
|
39
|
+
...packageJSON.contents.scripts,
|
|
40
|
+
|
|
41
|
+
// We don't need the pre-publish script because we expect the work in
|
|
42
|
+
// there to be done when publishing the `netlify-cli` package. We'll
|
|
43
|
+
// ensure this is the case by throwing if a shrinkwrap file isn't found.
|
|
44
|
+
prepublishOnly: undefined,
|
|
45
|
+
},
|
|
46
|
+
bin: {
|
|
47
|
+
npxnetlify: binPath,
|
|
48
|
+
},
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
try {
|
|
52
|
+
const shrinkwrap = await stat(resolve(packageJSON.path, '../npm-shrinkwrap.json'))
|
|
53
|
+
|
|
54
|
+
assert.ok(shrinkwrap.isFile())
|
|
55
|
+
} catch {
|
|
56
|
+
throw new Error('Failed to find npm-shrinkwrap.json file. Did you run the pre-publish script?')
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
console.log(`Writing updated package.json to ${packageJSON.path}...`)
|
|
60
|
+
await writeFile(packageJSON.path, `${JSON.stringify(newPackageJSON, null, 2)}\n`)
|
|
61
|
+
|
|
62
|
+
console.log('Regenerating shrinkwrap file with updated package name...')
|
|
63
|
+
await execa('npm', ['shrinkwrap'], {
|
|
64
|
+
cwd: dirname(packageJSON.path),
|
|
65
|
+
})
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
await preparePackageJSON()
|
package/scripts/path.ps1
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
#!/usr/bin/env pwsh
|
|
2
|
+
|
|
3
|
+
$ErrorActionPreference = "Stop"
|
|
4
|
+
|
|
5
|
+
# Helper functions for pretty terminal output.
|
|
6
|
+
function Write-Part ([string] $Text) {
|
|
7
|
+
Write-Host $Text -NoNewline
|
|
8
|
+
}
|
|
9
|
+
function Write-Emphasized ([string] $Text) {
|
|
10
|
+
Write-Host $Text -NoNewLine -ForegroundColor "Yellow"
|
|
11
|
+
}
|
|
12
|
+
function Write-Done {
|
|
13
|
+
Write-Host " done" -NoNewline -ForegroundColor "Green";
|
|
14
|
+
Write-Host "."
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
# Get Path environment variable for the current user.
|
|
18
|
+
$user = [EnvironmentVariableTarget]::User
|
|
19
|
+
$path = [Environment]::GetEnvironmentVariable("PATH", $user)
|
|
20
|
+
|
|
21
|
+
$install_dir = $args[0]
|
|
22
|
+
|
|
23
|
+
# Add Helper to PATH
|
|
24
|
+
Write-Part "Adding "; Write-Emphasized $install_dir; Write-Part " to the "
|
|
25
|
+
Write-Emphasized "PATH"; Write-Part " environment variable..."
|
|
26
|
+
[Environment]::SetEnvironmentVariable("PATH", "${path};${install_dir}", $user)
|
|
27
|
+
# Add Helper to the PATH variable of the current terminal session
|
|
28
|
+
# so `git-credential-netlify` can be used immediately without restarting the
|
|
29
|
+
# terminal.
|
|
30
|
+
$env:PATH += ";${install_dir}"
|
|
31
|
+
Write-Done
|
|
32
|
+
|
|
33
|
+
Write-Host ""
|
|
34
|
+
Write-Host "Netlify Credential Helper for Git was installed successfully." -ForegroundColor "Green"
|
|
35
|
+
Write-Host ""
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This script runs after an end user installs the CLI. It installs command-line completion, prints
|
|
3
|
+
* a welcome message, etc.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import fs from 'node:fs/promises'
|
|
7
|
+
import path from 'node:path'
|
|
8
|
+
import { fileURLToPath } from 'node:url'
|
|
9
|
+
import process from 'node:process'
|
|
10
|
+
// eslint-disable-next-line no-restricted-imports
|
|
11
|
+
import chalk from 'chalk'
|
|
12
|
+
import boxen from 'boxen'
|
|
13
|
+
|
|
14
|
+
const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
|
15
|
+
|
|
16
|
+
const NETLIFY_CYAN_HEX = '#28b5ac'
|
|
17
|
+
|
|
18
|
+
const postInstall = async () => {
|
|
19
|
+
const { createMainCommand } = await import('../dist/commands/index.js')
|
|
20
|
+
const { generateAutocompletion } = await import('../dist/lib/completion/index.js')
|
|
21
|
+
|
|
22
|
+
// yarn plug and play seems to have an issue with reading an esm file by building up the cache.
|
|
23
|
+
// as yarn pnp analyzes everything inside the postinstall
|
|
24
|
+
// yarn pnp executes it out of a .yarn folder .yarn/unplugged/netlify-cli-file-fb026a3a6d/node_modules/netlify-cli/scripts/postinstall.js
|
|
25
|
+
if (!process.argv[1].includes('.yarn')) {
|
|
26
|
+
// create or update the autocompletion definition
|
|
27
|
+
const program = createMainCommand()
|
|
28
|
+
generateAutocompletion(program)
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
console.log('')
|
|
32
|
+
console.log(
|
|
33
|
+
boxen(
|
|
34
|
+
`Success! Netlify CLI has been installed!
|
|
35
|
+
|
|
36
|
+
You can now use Netlify CLI to develop, deploy, and manage your Netlify projects.
|
|
37
|
+
|
|
38
|
+
🚀 Now get building!`,
|
|
39
|
+
{
|
|
40
|
+
padding: 1,
|
|
41
|
+
margin: 1,
|
|
42
|
+
textAlignment: 'center',
|
|
43
|
+
borderStyle: 'round',
|
|
44
|
+
borderColor: NETLIFY_CYAN_HEX,
|
|
45
|
+
// This is an intentional half-width space to work around a unicode padding math bug in boxen
|
|
46
|
+
title: '⬥ ',
|
|
47
|
+
titleAlignment: 'center',
|
|
48
|
+
},
|
|
49
|
+
),
|
|
50
|
+
)
|
|
51
|
+
console.log('Next steps:')
|
|
52
|
+
console.log(` ${chalk.cyanBright.bold('netlify login')} Log in to your Netlify account`)
|
|
53
|
+
console.log(
|
|
54
|
+
` ${chalk.cyanBright.bold('netlify init')} Connect or create a Netlify project from the current directory`,
|
|
55
|
+
)
|
|
56
|
+
console.log(` ${chalk.cyanBright.bold('netlify deploy')} Deploy the latest changes to your Netlify project`)
|
|
57
|
+
console.log(` ${chalk.cyanBright.bold('netlify help')} Find out what else you can do 👀`)
|
|
58
|
+
console.log('')
|
|
59
|
+
console.log(`For more help with the CLI, visit ${chalk.cyanBright.bold('https://developers.netlify.com/cli')}`)
|
|
60
|
+
console.log('')
|
|
61
|
+
console.log(`For help with Netlify, visit ${chalk.cyanBright.bold('https://docs.netlify.com')}`)
|
|
62
|
+
console.log('')
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
const main = async () => {
|
|
66
|
+
// Check if this post-install script is being run by an end user installation
|
|
67
|
+
// (`npm install [-g] netlify-cli`) or during local development (`npm install`/`npm ci`)
|
|
68
|
+
let isEndUserInstall = false
|
|
69
|
+
try {
|
|
70
|
+
await fs.stat(path.resolve(__dirname, '../.git'))
|
|
71
|
+
} catch (err) {
|
|
72
|
+
if (err instanceof Error && 'code' in err && err.code === 'ENOENT') {
|
|
73
|
+
isEndUserInstall = true
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
if (isEndUserInstall) {
|
|
78
|
+
await postInstall()
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
await main()
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as cp from 'node:child_process'
|
|
2
|
+
import * as fs from 'node:fs/promises'
|
|
3
|
+
import * as path from 'node:path'
|
|
4
|
+
|
|
5
|
+
const main = async () => {
|
|
6
|
+
// It's best practice to include a shrinkwrap when shipping a CLI. npm has a bug that makes it
|
|
7
|
+
// not ignore development dependencies in an installed package's shrinkwrap, though:
|
|
8
|
+
//
|
|
9
|
+
// https://github.com/npm/cli/issues/4323
|
|
10
|
+
//
|
|
11
|
+
// Leaving development dependencies makes the CLI installation significantly larger and increases
|
|
12
|
+
// the risk of platform-specific dependency installation issues.
|
|
13
|
+
// eslint-disable-next-line no-restricted-properties
|
|
14
|
+
const packageJSONPath = path.join(process.cwd(), 'package.json')
|
|
15
|
+
const rawPackageJSON = await fs.readFile(packageJSONPath, 'utf8')
|
|
16
|
+
|
|
17
|
+
// Remove dev dependencies from the package.json...
|
|
18
|
+
const packageJSON = JSON.parse(rawPackageJSON)
|
|
19
|
+
Reflect.deleteProperty(packageJSON, 'devDependencies')
|
|
20
|
+
await fs.writeFile(packageJSONPath, JSON.stringify(packageJSON, null, 2))
|
|
21
|
+
|
|
22
|
+
// Prune out dev dependencies (this updates the `package-lock.json` lockfile)
|
|
23
|
+
cp.spawnSync('npm', ['prune'], { stdio: 'inherit' })
|
|
24
|
+
|
|
25
|
+
// Convert `package-lock.json` lockfile to `npm-shrinkwrap.json`
|
|
26
|
+
cp.spawnSync('npm', ['shrinkwrap'], { stdio: 'inherit' })
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
await main()
|
package/scripts/zsh.sh
ADDED