Aws-sam-cli: sam deploy with a samconfig.toml file should output the full sam deploy command

Created on 28 Nov 2019  路  1Comment  路  Source: aws/aws-sam-cli

Describe your idea/feature/enhancement

Guided deploy is nice for discovering what information is needed to supply to the sam deploy command. It would be nice to be able to see what the sam deploy command is for a given samconfig.toml file to assist in using sam deploy in environments where the samconfig.toml file cannot be used.

Proposal

Output the full sam deploy command using the given values from a samconfig.toml file.

aredeploy typfeature typux

Most helpful comment

I'd like this to be maybe a "dry run"-only type thing? Like, let me ask SAM to print the current sam command corresponding to the config, without deploying.

>All comments

I'd like this to be maybe a "dry run"-only type thing? Like, let me ask SAM to print the current sam command corresponding to the config, without deploying.

Was this page helpful?
0 / 5 - 0 ratings