-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Circle-11767] config expand command (#27)
* Adding most basic version of expand. * Moving expand under the config command. * Setting the token when calling expand config. * Adding config file to expand config. * Breaking out query and load for expand command. * Using load and query in validate. * Using the same response type for validate and expand. * Inlining variables map initialization. * Pulling out error processing for config commands. * Fixing linting errors. * Cleaning up config_test * Actually testing the graphql request is correct. * Testing gql errors. * Testing console output. * Using persistent flags to pass the config path to validate and expand. * Adding tests around validate. * Documenting verify json handler. * Updating with PR feedback. * Dep ensure
- Loading branch information
Showing
4 changed files
with
361 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ TODO | |
circleci-cli | ||
coverage.txt | ||
dist/ | ||
.vscode |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.