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

feat: Project management and session management additions #185

Merged
merged 3 commits into from
May 2, 2023

Conversation

drstrangelooker
Copy link
Collaborator

Initial project management commands ls and cat

$ exe/gzr project help
Commands:
  gzr project cat PROJECT_ID  # Output json information about a project to screen or file
  gzr project help [COMMAND]  # Describe subcommands or one specific subcommand
  gzr project ls              # List all projects

Workspace selection in session management

$ exe/gzr session help
Commands:
  gzr session get                  # Get data about current session
  gzr session help [COMMAND]       # Describe subcommands or one specific subcommand
  gzr session login                # Create a persistent session
  gzr session logout               # End a persistent session
  gzr session update WORKSPACE_ID  # change the workspace_id of the current session

The gzr session get command retrieves the workspace_id of the current session. The gzr session update WORKSPACE_ID sets the workspace to production or dev. session update only makes sense when using a persistent session.

@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2023

Ruby-CI Tests

    4 files      4 suites   1m 22s ⏱️
136 tests 136 ✔️ 0 💤 0 ❌
544 runs  544 ✔️ 0 💤 0 ❌

Results for commit d530961.

Copy link
Contributor

@jkaster jkaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions

This comment has been minimized.

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

Successfully merging this pull request may close these issues.

2 participants