Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for listing available catalogs and projects #64

Open
markpollack opened this issue Feb 3, 2023 · 0 comments
Open

Add support for listing available catalogs and projects #64

markpollack opened this issue Feb 3, 2023 · 0 comments

Comments

@markpollack
Copy link
Member

A centrally controlled list of catalogs and project can be browsed after installation of the CLI. The location to look for these lists can be customized, but there are default values to get users started with the CLI.

The current command names would introduce too much overlap, project catalog add and project add are confusing. Restructure to the following

Catalog project Commands
       catalog project add: Add a project catalog
       catalog project list available: List project catalogs that are available to add
       catalog project list installed: List locally installed project catalogs
       catalog project remove: Remove a project catalog

Project Commands
       project add: Add a project
       project list: List projects available to use
       project remove: Remove project

Catalog Command Commands
       catalog command add: Add a command catalog
       catalog command list available: List command catalogs that are available to add
       catalog command list installed: List locally installed command catalogs
       catalog command remove: Remove a command catalog

Command Commands
       command add: Add a user-defined command
       command remove: Delete a user-defined command
       command new: Create a new user-defined command
@markpollack markpollack added this to the 1.0.0-M1 milestone Feb 3, 2023
@jvalkeal jvalkeal removed this from the 0.0.1-M1 milestone Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants