-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expose project deletion to CLI #5095
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomerskind/featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
I would like to expose a way from the CLI to delete project resources, targeting a specific project.
Describe the solution you'd like
Ideally, the CLI can be updated to support tearing down a single project's resources.
Describe alternatives you've considered
There could be a separate CLI for managing project resources:
Additional context
There already appears to be a
delete_project(...)function that may do what is wanted, although looking over the the implementations insql.pyfor example, there are different tables targeted between the 2 methods(teardown()anddelete_project())