-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Problem Description
I am unable to find an option to delete a project, either through the CLI or the web interface. The appzung projects CLI command only lists create, edit, and list commands. Additionally, after a thorough check of the web interface, I could not find a delete option there either. This lack of functionality makes it difficult to clean up my workspace; for example, I accidentally have two projects now when I only need one.
Expected Behavior
I should be able to delete a project to help manage my workspace. This functionality could be added as a new CLI command (e.g., appzung projects delete <project_id>) or as an option within the project settings in the web interface.
Steps to Reproduce
- Run
appzung projects --helpand observe the lack of adeletecommand. - Navigate to the AppZung web interface.
- Go to the project settings for an existing project.
- Look for a "Delete Project" or similar option and note that it is not present.
Metadata
Metadata
Assignees
Labels
No labels