Skip to content

Add CLI management for global projects #138

Description

@DylanDevelops

The feature request

Users can currently initialize global projects via tmpo init --global, but there is no CLI interface to list, edit, or delete them. Users are forced to hand-edit the projects.yaml file.

Proposed solution

Add a tmpo project command group:

  • tmpo project list: Displays all global projects.
  • tmpo project edit <name>: Interactive prompt to modify rates or descriptions.
  • tmpo project delete <name>: Removes the project from the registry.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions