You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add project, template, workspace, and machine commands
- Add chrono crate for date/time handling.
- Add a `run` command alias in the script.
- Update git cliff usage in release script to handle changes since the latest tag.
- Change the short flag for the "hosty" argument in the machine command.
- Add `connect` and `remove` subcommands to the machine command.
- Include functionality for adding, showing information about, and listing projects.
- Introduce options for adding project details like path, template, description, language, framework, and tags.
- Add a raw output flag to the project list command.
- Modify the alias for the description argument in the template add command.
- Add language, framework, and tags arguments to the template add command.
- Implement list, info, and apply subcommands for the template command.
- Add functionality for adding and listing workspaces.
- Introduce options for adding workspace details like path, description, and associated projects.
- Add a raw output flag to the workspace list command.
- Enhance the component subcommand for workspaces to support add, remove, and list actions, including options for component type and path.
- Implement handlers for the new machine subcommands (connect and remove).
- Create new modules and handlers for project add, info, and list commands.
- Update project module to include structs and methods for managing projects, including adding, finding, and formatting project data for display.
- Create new
0 commit comments