From b371af50645fe04ef4aef286b7350e3113a4ff3a Mon Sep 17 00:00:00 2001 From: garthdb Date: Wed, 18 Dec 2024 14:23:53 -0700 Subject: [PATCH] chore: changeset added --- .changeset/strong-timers-wonder.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .changeset/strong-timers-wonder.md diff --git a/.changeset/strong-timers-wonder.md b/.changeset/strong-timers-wonder.md new file mode 100644 index 00000000..e747390b --- /dev/null +++ b/.changeset/strong-timers-wonder.md @@ -0,0 +1,21 @@ +--- +"@adobe/token-diff-generator": minor +--- + +Format and output command line options added. + +``` +Options: + -otv, --old-token-version indicates which github tag to pull old tokens from + -ntv, --new-token-version indicates which github tag to pull new tokens from + -otb, --old-token-branch indicates which branch to fetch old token data from + -ntb, --new-token-branch indicates which branch to fetch updated token data from + -tn, --token-names indicates specific tokens to compare + -l, --local indicates to compare to local data + -r, --repo github repository to target + -gak, --githubAPIKey github api key to use + -f, --format cli (default) or markdown + -o, --output file path to store diff output + -d, --debug file path to store diff json + -h, --help display help for command +```