-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump version - Update readme and and pbcli help
- Loading branch information
Showing
4 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -80,7 +80,7 @@ echo 'TestPaste' | pbcli --host https://privatebin.net/ --burn | |
--- | ||
#### CLI Help: | ||
``` | ||
pbcli 2.2.0 | ||
pbcli 2.3.0 | ||
Mydayyy <[email protected]> | ||
|
@@ -104,12 +104,13 @@ OPTIONS: | |
-h, --help Print help information | ||
--host <HOST> | ||
--json | ||
--oidc-client-id <OIDC_CLIENT_ID> | ||
--oidc-password <OIDC_PASSWORD> | ||
--oidc-token-url <OIDC_TOKEN_URL> | ||
--oidc-username <OIDC_USERNAME> | ||
--overwrite | ||
--oidc-client-id <OIDC_CLIENT_ID> client id to send to the token endpoint | ||
--oidc-password <OIDC_PASSWORD> password to send to the token endpoint | ||
--oidc-token-url <OIDC_TOKEN_URL> oidc token endpoint from which to obtain an access token | ||
--oidc-username <OIDC_USERNAME> username to send to the token endpoint | ||
--overwrite overwrite the file given with --download if it already exists | ||
--password <PASSWORD> | ||
--size-limit <SIZE_LIMIT> Prompt if the paste exceeds the given size. Fail in non-interactive environments | ||
--upload <FILE> | ||
-V, --version Print version information | ||
``` | ||
|
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