optional param to provide CF execution policy

This commit is contained in:
2026-05-15 10:39:24 -04:00
parent 1bc5052d22
commit 2618b30d40
3 changed files with 18 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ qai-cli init --force Overwrite an existing config file
```
qai-cli infra setup Deploy the CDK stack
qai-cli infra setup --no-bootstrap Deploy without running CDK bootstrap
qai-cli infra setup --cloudformation-execution-policy <arn> Set CDK bootstrap execution policy ARN
qai-cli infra status Show CDK stack/resource status
qai-cli infra destroy Destroy stack, retaining S3 data
qai-cli infra destroy --yes Destroy stack without confirmation