project use, config file creation fix, and update workspace_ to project_#128
Merged
Conversation
project use, config file creation fix, and update workspace_ to project_
…ion for TTY environments
Contributor
|
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? |
Collaborator
Author
@alexbouchardd - I wasn't aware of this. Thanks for flagging.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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