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.
Output the full sam deploy command using the given values from a samconfig.toml file.
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.
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.