(cli): cdk ls
should work even when cdk deploy
is in progress
#32477
Labels
@aws-cdk/core
Related to core CDK functionality
feature-request
A feature should be added or improved.
p3
package/tools
Related to AWS CDK Tools or CLI
Describe the feature
I think
cdk ls
should work, even when there's already a deployment in progress.Use Case
It's pretty typical to work across tabs and sometimes I want to
ls
while another process is already busy doing a deploy.Proposed Solution
When running
ls
change--output
value to some/tmp/*
dir.Other Information
Get an error when doing an
ls
whiledeploy
is running:Acknowledgements
CDK version used
2.171.0
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: