-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create keychains to temporary directory by default (#125)
* Do not create keychains to temporary directory by default * Update changelog * Update version * Include date in default keychain name * Add action 'keychain use-login' * Update version * Revert changes to 'keychain initialize' docs * Remove unused action option
- Loading branch information
Showing
5 changed files
with
87 additions
and
2 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
use-login | ||
========= | ||
|
||
|
||
**Use login keychain as the default keychain** | ||
### Usage | ||
```bash | ||
keychain use-login [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v] | ||
[-p PATH] | ||
``` | ||
### Optional arguments for command `keychain` | ||
|
||
##### `-p, --path=PATH` | ||
|
||
|
||
Keychain path. If not provided, the system default keychain will be used instead | ||
### Common options | ||
|
||
##### `-h, --help` | ||
|
||
|
||
show this help message and exit | ||
##### `--log-stream=stderr | stdout` | ||
|
||
|
||
Log output stream. Default `stderr` | ||
##### `--no-color` | ||
|
||
|
||
Do not use ANSI colors to format terminal output | ||
##### `--version` | ||
|
||
|
||
Show tool version and exit | ||
##### `-s, --silent` | ||
|
||
|
||
Disable log output for commands | ||
##### `-v, --verbose` | ||
|
||
|
||
Enable verbose logging for commands |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
__title__ = 'codemagic-cli-tools' | ||
__description__ = 'CLI tools used in Codemagic builds' | ||
__version__ = '0.8.5' | ||
__version__ = '0.9.0' | ||
__url__ = 'https://github.com/codemagic-ci-cd/cli-tools' | ||
__licence__ = 'GNU General Public License v3.0' |
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