Skip to content

Commit

Permalink
chore: changeset added
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Dec 18, 2024
1 parent 7faaf1c commit b371af5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .changeset/strong-timers-wonder.md
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
```

0 comments on commit b371af5

Please sign in to comment.