We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4960c7c commit 07ea892Copy full SHA for 07ea892
src/main.ts
@@ -80,7 +80,7 @@ module.exports = function (argv: string[]): void {
80
program
81
.command('publish [<version>]')
82
.description('Publishes an extension')
83
- .option('-p, --pat <token>', 'Personal Access Token')
+ .option('-p, --pat <token>', 'Personal Access Token', process.env['VSCE_PAT'])
84
.option('-m, --message <commit message>', 'Commit message used when calling `npm version`.')
85
.option('--packagePath [path]', 'Publish the VSIX package located at the specified path.')
86
.option('--baseContentUrl [url]', 'Prepend all relative links in README.md with this url.')
0 commit comments