-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
"@adobe/token-diff-generator": minor | ||
--- | ||
|
||
Format and output command line options added. | ||
|
||
``` | ||
Options: | ||
-otv, --old-token-version <oldVersion> indicates which github tag to pull old tokens from | ||
-ntv, --new-token-version <newVersion> indicates which github tag to pull new tokens from | ||
-otb, --old-token-branch <oldBranch> indicates which branch to fetch old token data from | ||
-ntb, --new-token-branch <newBranch> indicates which branch to fetch updated token data from | ||
-tn, --token-names <tokens...> indicates specific tokens to compare | ||
-l, --local <path> indicates to compare to local data | ||
-r, --repo <name> github repository to target | ||
-gak, --githubAPIKey <key> github api key to use | ||
-f, --format <format> cli (default) or markdown | ||
-o, --output <path> file path to store diff output | ||
-d, --debug <path> file path to store diff json | ||
-h, --help display help for command | ||
``` |