We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dce system deploy
Version information
Describe the bug
I can run dce system deploy fine once, but after destroying the infra when I run the command again I get the following error:
reading file in zip archive: file already exists: <HOME>/.dce/.cache/dce/0.23.0/lambda/accounts.zip
To Reproduce
Steps to reproduce the behavior:
When I type this Command, I get the following output
$ dce system deploy
Then when I type this other command, I get the following error
$ cd ~/.dce/.cache/module/ $ ../terraform/<version>/terraform destroy -auto-approve -no-color $ dce system deploy 'main.tf' already exists and --use-cached specified; using existing file Initializing Creating DCE infrastructure Retrieving artifacts location Artifacts bucket = <some bucket> Deploying code assets to DCE infrastructure Downloading DCE code assets reading file in zip archive: file already exists: ~/.dce/.cache/dce/0.23.0/lambda/accounts.zip
Expected behavior
Additional context
Workaround: remove the ~/.dce/.cache directory
~/.dce/.cache
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version information
Describe the bug
I can run
dce system deploy
fine once, but after destroying the infra when I run the command again I get the following error:To Reproduce
Steps to reproduce the behavior:
When I type this Command, I get the following output
Then when I type this other command, I get the following error
Expected behavior
Additional context
Workaround: remove the
~/.dce/.cache
directoryThe text was updated successfully, but these errors were encountered: