-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Self-document CLI options and arguments
- Loading branch information
Showing
7 changed files
with
83 additions
and
43 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,19 @@ | ||
USAGE: | ||
sponsor [OPTIONS] <COMMAND> | ||
|
||
OPTIONS: | ||
-h, --help Prints help information | ||
|
||
COMMANDS: | ||
config Manages sponsorlink configuration | ||
init Initializes a sponsorable JWT manifest and signing keys | ||
list Lists current user and organization sponsorships leveraging | ||
the GitHub CLI | ||
remove Removes manifests and notifies issuers to remove backend | ||
data too | ||
sync Synchronizes sponsorship manifests | ||
view Validates and displays the active sponsor manifests, if any | ||
nuget Emits the nuget.json manifest with all contributors to | ||
active nuget packages | ||
check <TOKEN> Checks the validity of a GitHub token | ||
``` |
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,21 @@ | ||
DESCRIPTION: | ||
Synchronizes sponsorship manifests | ||
|
||
USAGE: | ||
sponsor sync [account] [OPTIONS] | ||
|
||
ARGUMENTS: | ||
[account] Optional sponsored account(s) to synchronize | ||
|
||
OPTIONS: | ||
-h, --help Prints help information | ||
--autosync Enable or disable automatic synchronization of expired | ||
manifests | ||
-l, --local Sync only existing local manifests | ||
-f, --force Force sync, regardless of expiration of manifests found | ||
locally | ||
-v, --validate Validate local manifests using the issuer public key | ||
-u, --unattended Prevent interactive credentials refresh | ||
--with-token Read GitHub authentication token from standard input for | ||
sync | ||
``` |
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