-
Notifications
You must be signed in to change notification settings - Fork 15
project use, config file creation fix, and update workspace_ to project_
#128
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
Conversation
project use, config file creation fix, and update workspace_ to project_
…ion for TTY environments
|
Given that the organization and project names are not unique (and case sensitive), how will we handle conflicts? Put the burden on the user as it's unlikely they'd name their resources the same? |
@alexbouchardd - I wasn't aware of this. Thanks for flagging.
|
feat: project use [org [proj]]
Supports:
Showing all org/project combinations and interactively select an org/project:
Show just projects in a specific org and interatively select a project:
Directly select an org and a project in a single command:
Fix: create config file if it does not exist
In the changes in https://github.com/hookdeck/hookdeck-cli/tree/v0.12 a bug was introduced that required a
config.tomlto exist. This PR includes a fix to create the file if it does exist: default location or specified via a--configflag.Updated config to use
project_Backward compatible config to move from
workspace_andteam_toproject_.Debug logging of API interactions
Added debug logging of API request and responses