manifoldco / manifoldco/torus-cli
Delete project or service
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 603
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Is it not yet possible to delete projects or services? `torus project delete` (etc) does nothing, and the help only shows `list` and `create` actions.
I didn't realize there was a hierarchy of projects containing services, so now I have a few extra projects lying around that should really be services.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the CLI entry points for `torus project` and service commands, especially the existing `list` and `create` actions and their help output. Determine how the project-service hierarchy is represented and what deletion behavior is expected. Done means project and service deletion commands work safely and the help text and tests cover them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100