-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new command PostmanCli able to pull/push postman collections. Better configuration loading management. # Breaking changes N/A # Bug fixes - fixed regression - global options passed to the command was not taken into account(--verbose, -no-color, --log-level, ...) # Binaries changes - new binary PostmanCli able to pull/push postman collections - all binaries are using - shopt -s lastpipe from bash-tools-framework headers change - bash-tools configuration loading improved with default configuration automatically created if missing from a template - POSTMAN_API_KEY configuration is automatically added to ~/.bash-tools/.env if missing # Updated Bash tools functions N/A # New Bash tools functions - BashTools::Conf::requireLoad # Documentation - [Postman documentation](src/Postman/Readme.md) # Validation/Tooling - bats headers now loads bash tools framework mandatory headers
- Loading branch information
1 parent
ddba2b5
commit 66e9267
Showing
119 changed files
with
7,943 additions
and
502 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 |
---|---|---|
|
@@ -18,3 +18,5 @@ package*.json | |
yarn.lock | ||
|
||
commit-msg.md | ||
|
||
bin/test |
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
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
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.