stacktape 3.5.7 → 3.6.0-beta.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.
Files changed (123) hide show
  1. package/.tsconfig.bun-build.json +1 -0
  2. package/ai-docs/cli-ref/aws-profile-create.md +22 -0
  3. package/ai-docs/cli-ref/aws-profile-delete.md +22 -0
  4. package/ai-docs/cli-ref/aws-profile-list.md +20 -0
  5. package/ai-docs/cli-ref/aws-profile-update.md +22 -0
  6. package/ai-docs/cli-ref/bastion-session.md +29 -0
  7. package/ai-docs/cli-ref/bastion-tunnel.md +30 -0
  8. package/ai-docs/cli-ref/bucket-sync.md +30 -0
  9. package/ai-docs/cli-ref/cf-module-update.md +26 -0
  10. package/ai-docs/cli-ref/cf-rollback.md +28 -0
  11. package/ai-docs/cli-ref/codebuild-deploy.md +34 -0
  12. package/ai-docs/cli-ref/compile-template.md +25 -0
  13. package/ai-docs/cli-ref/container-session.md +30 -0
  14. package/ai-docs/cli-ref/debug-alarms.md +28 -0
  15. package/ai-docs/cli-ref/debug-aws-sdk.md +33 -0
  16. package/ai-docs/cli-ref/debug-container-exec.md +36 -0
  17. package/ai-docs/cli-ref/debug-dynamodb.md +35 -0
  18. package/ai-docs/cli-ref/debug-logs.md +34 -0
  19. package/ai-docs/cli-ref/debug-metrics.md +33 -0
  20. package/ai-docs/cli-ref/debug-opensearch.md +35 -0
  21. package/ai-docs/cli-ref/debug-redis.md +36 -0
  22. package/ai-docs/cli-ref/debug-sql.md +35 -0
  23. package/ai-docs/cli-ref/defaults-configure.md +29 -0
  24. package/ai-docs/cli-ref/defaults-list.md +20 -0
  25. package/ai-docs/cli-ref/delete.md +24 -0
  26. package/ai-docs/cli-ref/deploy.md +25 -0
  27. package/ai-docs/cli-ref/deployment-script-run.md +28 -0
  28. package/ai-docs/cli-ref/dev-stop.md +26 -0
  29. package/ai-docs/cli-ref/dev.md +45 -0
  30. package/ai-docs/cli-ref/domain-add.md +26 -0
  31. package/ai-docs/cli-ref/help.md +18 -0
  32. package/ai-docs/cli-ref/info-operations.md +22 -0
  33. package/ai-docs/cli-ref/info-stack.md +30 -0
  34. package/ai-docs/cli-ref/info-stacks.md +26 -0
  35. package/ai-docs/cli-ref/info-whoami.md +22 -0
  36. package/ai-docs/cli-ref/init.md +30 -0
  37. package/ai-docs/cli-ref/login.md +20 -0
  38. package/ai-docs/cli-ref/logout.md +18 -0
  39. package/ai-docs/cli-ref/mcp-add.md +22 -0
  40. package/ai-docs/cli-ref/mcp.md +20 -0
  41. package/ai-docs/cli-ref/org-create.md +24 -0
  42. package/ai-docs/cli-ref/org-delete.md +24 -0
  43. package/ai-docs/cli-ref/org-list.md +22 -0
  44. package/ai-docs/cli-ref/package-workloads.md +25 -0
  45. package/ai-docs/cli-ref/param-get.md +26 -0
  46. package/ai-docs/cli-ref/preview-changes.md +23 -0
  47. package/ai-docs/cli-ref/project-create.md +22 -0
  48. package/ai-docs/cli-ref/projects-list.md +22 -0
  49. package/ai-docs/cli-ref/rollback.md +28 -0
  50. package/ai-docs/cli-ref/script-run.md +29 -0
  51. package/ai-docs/cli-ref/secret-create.md +28 -0
  52. package/ai-docs/cli-ref/secret-delete.md +26 -0
  53. package/ai-docs/cli-ref/secret-get.md +26 -0
  54. package/ai-docs/cli-ref/upgrade.md +20 -0
  55. package/ai-docs/cli-ref/version.md +18 -0
  56. package/ai-docs/concept/connecting-resources.md +369 -0
  57. package/ai-docs/concept/directives.md +371 -0
  58. package/ai-docs/concept/extending-cloudformation.md +315 -0
  59. package/ai-docs/concept/overrides-and-transforms.md +352 -0
  60. package/ai-docs/concept/stages-and-environments.md +347 -0
  61. package/ai-docs/concept/typescript-config.md +447 -0
  62. package/ai-docs/concept/yaml-config.md +338 -0
  63. package/ai-docs/config-ref/_root.md +142 -0
  64. package/ai-docs/config-ref/application-load-balancer.md +1109 -0
  65. package/ai-docs/config-ref/astro-web.md +115 -0
  66. package/ai-docs/config-ref/aws-cdk-construct.md +68 -0
  67. package/ai-docs/config-ref/bastion.md +93 -0
  68. package/ai-docs/config-ref/batch-job.md +179 -0
  69. package/ai-docs/config-ref/bucket.md +348 -0
  70. package/ai-docs/config-ref/cdn.md +496 -0
  71. package/ai-docs/config-ref/custom-resource.md +80 -0
  72. package/ai-docs/config-ref/deployment-script.md +79 -0
  73. package/ai-docs/config-ref/dynamo-db-table.md +202 -0
  74. package/ai-docs/config-ref/edge-lambda-function.md +87 -0
  75. package/ai-docs/config-ref/efs-filesystem.md +72 -0
  76. package/ai-docs/config-ref/event-bus.md +63 -0
  77. package/ai-docs/config-ref/function.md +409 -0
  78. package/ai-docs/config-ref/hosting-bucket.md +171 -0
  79. package/ai-docs/config-ref/http-api-gateway.md +149 -0
  80. package/ai-docs/config-ref/http-endpoint.md +92 -0
  81. package/ai-docs/config-ref/kinesis-stream.md +97 -0
  82. package/ai-docs/config-ref/mongo-db-atlas-cluster.md +254 -0
  83. package/ai-docs/config-ref/multi-container-workload.md +399 -0
  84. package/ai-docs/config-ref/network-load-balancer.md +118 -0
  85. package/ai-docs/config-ref/nextjs-web.md +147 -0
  86. package/ai-docs/config-ref/nuxt-web.md +81 -0
  87. package/ai-docs/config-ref/open-search.md +206 -0
  88. package/ai-docs/config-ref/private-service.md +75 -0
  89. package/ai-docs/config-ref/redis-cluster.md +223 -0
  90. package/ai-docs/config-ref/relational-database.md +525 -0
  91. package/ai-docs/config-ref/remix-web.md +74 -0
  92. package/ai-docs/config-ref/sns-topic.md +69 -0
  93. package/ai-docs/config-ref/solidstart-web.md +75 -0
  94. package/ai-docs/config-ref/sqs-queue-not-empty.md +405 -0
  95. package/ai-docs/config-ref/sqs-queue.md +232 -0
  96. package/ai-docs/config-ref/state-machine.md +235 -0
  97. package/ai-docs/config-ref/sveltekit-web.md +81 -0
  98. package/ai-docs/config-ref/tanstack-web.md +75 -0
  99. package/ai-docs/config-ref/upstash-redis.md +59 -0
  100. package/ai-docs/config-ref/user-auth-pool.md +876 -0
  101. package/ai-docs/config-ref/web-app-firewall.md +212 -0
  102. package/ai-docs/config-ref/web-service.md +178 -0
  103. package/ai-docs/config-ref/worker-service.md +41 -0
  104. package/ai-docs/getting-started/console.md +232 -0
  105. package/ai-docs/getting-started/deployment.md +434 -0
  106. package/ai-docs/getting-started/dev-mode.md +118 -0
  107. package/ai-docs/getting-started/how-it-works.md +119 -0
  108. package/ai-docs/getting-started/intro.md +157 -0
  109. package/ai-docs/getting-started/using-with-ai.md +228 -0
  110. package/ai-docs/getting-started/workflow.md +197 -0
  111. package/ai-docs/index.json +1514 -0
  112. package/ai-docs/recipe/background-jobs.md +183 -0
  113. package/ai-docs/recipe/database-migrations.md +240 -0
  114. package/ai-docs/recipe/graphql-api.md +211 -0
  115. package/ai-docs/recipe/monorepo-setup.md +183 -0
  116. package/ai-docs/recipe/nextjs-full-stack.md +188 -0
  117. package/ai-docs/recipe/rest-api-with-database.md +156 -0
  118. package/ai-docs/recipe/scheduled-tasks.md +186 -0
  119. package/ai-docs/recipe/static-website.md +241 -0
  120. package/ai-docs/troubleshooting/cloudformation-stack-states.md +189 -0
  121. package/bin/stacktape.js +206 -41
  122. package/package.json +1 -1
  123. package/plain.d.ts +309 -54
@@ -0,0 +1,20 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: defaults:list"
4
+ tags:
5
+ - defaults:list
6
+ - defaults
7
+ - list
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape defaults:list`
13
+
14
+ Prints all configured system-wide Stacktape defaults.
15
+
16
+ ## Usage
17
+
18
+ ```bash
19
+ stacktape defaults:list
20
+ ```
@@ -0,0 +1,24 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: delete"
4
+ tags:
5
+ - delete
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape delete`
11
+
12
+ Deletes your stack from AWS.
13
+
14
+ This action is irreversible and will permanently remove all resources in the stack. Be sure to back up any data you want to keep. If you don't provide a configuration file, `beforeDelete` hooks will not be executed.
15
+
16
+ ## Required Arguments
17
+
18
+ - `--region`
19
+
20
+ ## Usage
21
+
22
+ ```bash
23
+ stacktape delete --region <value>
24
+ ```
@@ -0,0 +1,25 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: deploy"
4
+ tags:
5
+ - deploy
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape deploy`
11
+
12
+ Deploys your stack to AWS.
13
+
14
+ If the stack doesn't exist, it creates a new one. If it already exists, it updates it. This command requires a valid Stacktape configuration file (`stacktape.yml`) in the current directory, or you can specify a path using the `--configPath` option.
15
+
16
+ ## Required Arguments
17
+
18
+ - `--stage`
19
+ - `--region`
20
+
21
+ ## Usage
22
+
23
+ ```bash
24
+ stacktape deploy --stage <value> --region <value>
25
+ ```
@@ -0,0 +1,28 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: deployment-script:run"
4
+ tags:
5
+ - deployment-script:run
6
+ - deployment-script
7
+ - run
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape deployment-script:run`
13
+
14
+ Runs a deployment script defined in your configuration.
15
+
16
+ This command only updates the script's source code. To update environment variables or other configurations, use the `deploy` command.
17
+
18
+ ## Required Arguments
19
+
20
+ - `--stage`
21
+ - `--region`
22
+ - `--resourceName`
23
+
24
+ ## Usage
25
+
26
+ ```bash
27
+ stacktape deployment-script:run --stage <value> --region <value> --resourceName <value>
28
+ ```
@@ -0,0 +1,26 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: dev:stop"
4
+ tags:
5
+ - dev:stop
6
+ - dev
7
+ - stop
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape dev:stop`
13
+
14
+ Stops a running dev agent.
15
+
16
+ Use this command to gracefully stop a dev agent that was started with `dev --agent`.
17
+
18
+ If multiple agents are running, you'll be prompted to specify which one to stop using `--agentPort`.
19
+
20
+ Use `--cleanupContainers` to remove orphaned Docker containers left behind by crashed dev sessions.
21
+
22
+ ## Usage
23
+
24
+ ```bash
25
+ stacktape dev:stop
26
+ ```
@@ -0,0 +1,45 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: dev"
4
+ tags:
5
+ - dev
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape dev`
11
+
12
+ Runs your application locally for development and debugging.
13
+
14
+ Supports two modes (use `--devMode` to select):
15
+
16
+ #### Normal mode (default):
17
+ - Deploys a minimal "dev stack" to AWS with only essential infrastructure (IAM roles, secrets).
18
+ - Runs workloads (containers, functions) locally on your machine.
19
+ - Emulates databases (PostgreSQL, MySQL, DynamoDB) and Redis locally using Docker.
20
+ - Automatically sets up tunnels so AWS Lambda functions can reach your local databases.
21
+ - No need for a pre-deployed stack - creates one automatically if needed.
22
+
23
+ #### Legacy mode (`--devMode legacy`):
24
+ - Requires an already deployed stack.
25
+ - Runs selected workloads locally while connecting to deployed AWS resources.
26
+ - No local database emulation - uses deployed databases directly.
27
+ - Useful when you need to test against production-like data.
28
+
29
+ #### Common features:
30
+ - Interactive resource picker (or use `--resources` to specify).
31
+ - Hot-reload: type a number + enter to rebuild a workload, or `a` + enter to rebuild all.
32
+ - Automatic file watching with `--watch` flag.
33
+ - Injects environment variables, secrets, and AWS credentials into local workloads.
34
+ - Streams logs from all running workloads to the console.
35
+
36
+ ## Required Arguments
37
+
38
+ - `--region`
39
+ - `--stage`
40
+
41
+ ## Usage
42
+
43
+ ```bash
44
+ stacktape dev --region <value> --stage <value>
45
+ ```
@@ -0,0 +1,26 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: domain:add"
4
+ tags:
5
+ - domain:add
6
+ - domain
7
+ - add
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape domain:add`
13
+
14
+ Adds a domain to your AWS account.
15
+
16
+ Once added, the domain and its subdomains can be used with various resources, such as Web Services, Hosting Buckets, and API Gateways. Before adding a domain, please review the [Domains and Certificates documentation](https://docs.stacktape.com/other-resources/domains-and-certificates/#adding-domain).
17
+
18
+ ## Required Arguments
19
+
20
+ - `--region`
21
+
22
+ ## Usage
23
+
24
+ ```bash
25
+ stacktape domain:add --region <value>
26
+ ```
@@ -0,0 +1,18 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: help"
4
+ tags:
5
+ - help
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape help`
11
+
12
+ Displays help information for commands and their options.
13
+
14
+ ## Usage
15
+
16
+ ```bash
17
+ stacktape help
18
+ ```
@@ -0,0 +1,22 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: info:operations"
4
+ tags:
5
+ - info:operations
6
+ - info
7
+ - operations
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape info:operations`
13
+
14
+ Lists recent deployment operations (deploy, delete) with their status.
15
+
16
+ Shows operation history including success/failure status, timestamps, and error descriptions for failed operations. Filter by project or stage to narrow results.
17
+
18
+ ## Usage
19
+
20
+ ```bash
21
+ stacktape info:operations
22
+ ```
@@ -0,0 +1,30 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: info:stack"
4
+ tags:
5
+ - info:stack
6
+ - info
7
+ - stack
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape info:stack`
13
+
14
+ Displays detailed information about a deployed stack including outputs and resources.
15
+
16
+ Returns stack outputs (URLs, endpoints, resource identifiers) and the list of AWS resources in the stack. Useful for discovering endpoints after deployment.
17
+
18
+ You can identify the stack in two ways:
19
+ - Using --stackName directly (e.g., --stackName my-project-prod)
20
+ - Using --projectName and --stage (e.g., --projectName my-project --stage prod)
21
+
22
+ ## Required Arguments
23
+
24
+ - `--region`
25
+
26
+ ## Usage
27
+
28
+ ```bash
29
+ stacktape info:stack --region <value>
30
+ ```
@@ -0,0 +1,26 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: info:stacks"
4
+ tags:
5
+ - info:stacks
6
+ - info
7
+ - stacks
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape info:stacks`
13
+
14
+ Lists all stacks deployed in a specified region.
15
+
16
+ Shows stack name, status, last update time, creation time, and estimated spend. Useful for discovering what's deployed in your AWS account.
17
+
18
+ ## Required Arguments
19
+
20
+ - `--region`
21
+
22
+ ## Usage
23
+
24
+ ```bash
25
+ stacktape info:stacks --region <value>
26
+ ```
@@ -0,0 +1,22 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: info:whoami"
4
+ tags:
5
+ - info:whoami
6
+ - info
7
+ - whoami
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape info:whoami`
13
+
14
+ Displays information about the current user, organization, connected AWS accounts, and accessible projects.
15
+
16
+ Use this command to verify your API key is configured correctly and to see what resources you have access to.
17
+
18
+ ## Usage
19
+
20
+ ```bash
21
+ stacktape info:whoami
22
+ ```
@@ -0,0 +1,30 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: init"
4
+ tags:
5
+ - init
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape init`
11
+
12
+ Initializes a new Stacktape project and guides you through deployment.
13
+
14
+ By default, runs an interactive wizard that:
15
+ 1. Analyzes your project with AI and generates a configuration
16
+ 2. Helps you sign up or log in to Stacktape
17
+ 3. Connects your AWS account
18
+ 4. Creates a project and optionally sets up CI/CD
19
+ 5. Offers to deploy immediately
20
+
21
+ Alternative modes:
22
+ - **Starter project:** Use `--starterProject` or `--starterId` to initialize from a pre-configured template.
23
+ - **Legacy AI-only:** Use `--useAi` for just the AI config generation without the full wizard.
24
+ - **Template:** Use `--templateId` to fetch a template from the Stacktape console.
25
+
26
+ ## Usage
27
+
28
+ ```bash
29
+ stacktape init
30
+ ```
@@ -0,0 +1,20 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: login"
4
+ tags:
5
+ - login
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape login`
11
+
12
+ Configures your Stacktape API key for the current system.
13
+
14
+ All subsequent operations will be associated with the user and organization linked to this API key. You can get your API key from the [Stacktape console](https://console.stacktape.com/api-keys). You can provide the key with the `--apiKey` option or enter it interactively.
15
+
16
+ ## Usage
17
+
18
+ ```bash
19
+ stacktape login
20
+ ```
@@ -0,0 +1,18 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: logout"
4
+ tags:
5
+ - logout
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape logout`
11
+
12
+ Removes the Stacktape API key from the current system.
13
+
14
+ ## Usage
15
+
16
+ ```bash
17
+ stacktape logout
18
+ ```
@@ -0,0 +1,22 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: mcp:add"
4
+ tags:
5
+ - mcp:add
6
+ - mcp
7
+ - add
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape mcp:add`
13
+
14
+ Installs Stacktape MCP server config into popular coding-agent clients on this machine.
15
+
16
+ Detects client config files (Claude Code, Codex, Cursor, VS Code/Copilot, OpenCode, Windsurf), then adds or updates a `stacktape` MCP server entry that runs `stacktape mcp`. Creates timestamped backups before modifying existing files.
17
+
18
+ ## Usage
19
+
20
+ ```bash
21
+ stacktape mcp:add
22
+ ```
@@ -0,0 +1,20 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: mcp"
4
+ tags:
5
+ - mcp
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape mcp`
11
+
12
+ Starts a local MCP (Model Context Protocol) server that provides Stacktape tools and documentation to AI coding agents.
13
+
14
+ The server communicates over stdio using the MCP protocol. It is spawned by MCP-compatible clients (Claude Code, Cursor, etc.) and provides tools for searching Stacktape docs, managing deployments, and debugging infrastructure.
15
+
16
+ ## Usage
17
+
18
+ ```bash
19
+ stacktape mcp
20
+ ```
@@ -0,0 +1,24 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: org:create"
4
+ tags:
5
+ - org:create
6
+ - org
7
+ - create
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape org:create`
13
+
14
+ Creates a new organization in your Stacktape account.
15
+
16
+ In interactive mode, you'll be prompted for the organization name. In agent mode, provide --organizationName.
17
+
18
+ The command returns a new API key scoped to the newly created organization.
19
+
20
+ ## Usage
21
+
22
+ ```bash
23
+ stacktape org:create
24
+ ```
@@ -0,0 +1,24 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: org:delete"
4
+ tags:
5
+ - org:delete
6
+ - org
7
+ - delete
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape org:delete`
13
+
14
+ Deletes organization access for your user.
15
+
16
+ In interactive mode, you'll pick an organization. In agent mode, provide --organizationId.
17
+
18
+ This operation is allowed only for organization OWNER and only when there are no other non-service users and no active connected AWS accounts.
19
+
20
+ ## Usage
21
+
22
+ ```bash
23
+ stacktape org:delete
24
+ ```
@@ -0,0 +1,22 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: org:list"
4
+ tags:
5
+ - org:list
6
+ - org
7
+ - list
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape org:list`
13
+
14
+ Lists organizations accessible with your current Stacktape user.
15
+
16
+ Shows organization name, role, number of connected AWS accounts, and whether it's the current organization for your API key.
17
+
18
+ ## Usage
19
+
20
+ ```bash
21
+ stacktape org:list
22
+ ```
@@ -0,0 +1,25 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: package-workloads"
4
+ tags:
5
+ - package-workloads
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape package-workloads`
11
+
12
+ Packages your compute resources and prepares them for deployment.
13
+
14
+ This is useful for inspecting the packaged artifacts before deploying.
15
+
16
+ ## Required Arguments
17
+
18
+ - `--stage`
19
+ - `--region`
20
+
21
+ ## Usage
22
+
23
+ ```bash
24
+ stacktape package-workloads --stage <value> --region <value>
25
+ ```
@@ -0,0 +1,26 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: param:get"
4
+ tags:
5
+ - param:get
6
+ - param
7
+ - get
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape param:get`
13
+
14
+ Retrieves a specified parameter from a resource in a deployed stack.
15
+
16
+ ## Required Arguments
17
+
18
+ - `--region`
19
+ - `--resourceName`
20
+ - `--paramName`
21
+
22
+ ## Usage
23
+
24
+ ```bash
25
+ stacktape param:get --region <value> --resourceName <value> --paramName <value>
26
+ ```
@@ -0,0 +1,23 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: preview-changes"
4
+ tags:
5
+ - preview-changes
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape preview-changes`
11
+
12
+ Shows a preview of the changes that will be made to your stack if you deploy the current configuration.
13
+
14
+ ## Required Arguments
15
+
16
+ - `--stage`
17
+ - `--region`
18
+
19
+ ## Usage
20
+
21
+ ```bash
22
+ stacktape preview-changes --stage <value> --region <value>
23
+ ```
@@ -0,0 +1,22 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: project:create"
4
+ tags:
5
+ - project:create
6
+ - project
7
+ - create
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape project:create`
13
+
14
+ Creates a new project in the current organization.
15
+
16
+ If you omit --projectName in interactive mode, you'll be prompted for it. In agent mode, provide --projectName.
17
+
18
+ ## Usage
19
+
20
+ ```bash
21
+ stacktape project:create
22
+ ```
@@ -0,0 +1,22 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: projects:list"
4
+ tags:
5
+ - projects:list
6
+ - projects
7
+ - list
8
+ source: src/config/cli/commands.ts
9
+ priority: 3
10
+ ---
11
+
12
+ # `stacktape projects:list`
13
+
14
+ Lists all projects in your organization with their deployed stages, status, and costs.
15
+
16
+ Shows each project with its stages, deployment status (in-progress, errored, etc.), and current/previous month costs. Useful for getting an overview of your deployments.
17
+
18
+ ## Usage
19
+
20
+ ```bash
21
+ stacktape projects:list
22
+ ```
@@ -0,0 +1,28 @@
1
+ ---
2
+ docType: cli-ref
3
+ title: "CLI: rollback"
4
+ tags:
5
+ - rollback
6
+ source: src/config/cli/commands.ts
7
+ priority: 3
8
+ ---
9
+
10
+ # `stacktape rollback`
11
+
12
+ Rolls back the stack to a previous deployment version.
13
+
14
+ Downloads the CloudFormation template from a previous version and deploys it. Artifacts (Lambda zips, container images) from that version are reused — no rebuild is required.
15
+
16
+ Use `--listVersions` to see available versions. Specify a target with `--targetVersion v000003` or `--rollbackSteps N` (default: 1).
17
+
18
+ For recovering from `UPDATE_FAILED` state, use `cf:rollback` instead.
19
+
20
+ ## Required Arguments
21
+
22
+ - `--region`
23
+
24
+ ## Usage
25
+
26
+ ```bash
27
+ stacktape rollback --region <value>
28
+ ```