feat: allow manual supplying pat #20
Annotations
2 errors
Run pnpm run test --coverage:
src/bin/help.test.ts#L27
Error: Snapshot `logHelpText > logs help text when called 1` mismatched
- Expected
+ Received
@@ -27,9 +27,13 @@
"
-c | --config (string): The location of the .npmrc file. Defaults to current directory",
],
[
"
- -e | --email (string): Allows users to supply an explicit email - if not supplied, will be inferred from git user.config",
+ -e | --email (string): Allows users to supply an explicit email - if not supplied, the example ADO value will be used",
+ ],
+ [
+ "
+ -p | --pat (string): Allows users to supply an explicit Personal Access Token (which must include the Packaging read and write scopes) - if not supplied, will be acquired from the Azure CLI",
],
[],
]
❯ src/bin/help.test.ts:27:37
|
Run pnpm run test --coverage
Process completed with exit code 1.
|
Loading