Add environments delete command#293
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
5dda65a to
d256b65
Compare
socksy
left a comment
There was a problem hiding this comment.
Deleting itself seems fine, but I'm pretty sure we should have an interactive prompt and/or --dangerously-confirm-force-deletion-of-environment (or you know, something snappier) before I would approve
| } | ||
| } | ||
|
|
||
| impl ResponseEntity for tower_api::apis::default_api::DeleteEnvironmentSuccess { |
There was a problem hiding this comment.
this file is autogenerated, right? If not, I hate it :D
This PR adds a new
environments deletecommand to the CLI. Depends on #292.