@neilbmclaughlin/github-secrets
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -28,6 +28,7 @@ #!/usr/bin/env node | ||
} | ||
const envVarMsg = 'Note: Options can also be specified in env vars prepended with \'GITHUB_SECRETS\' (e.g. GITHUB_SECRETS_ACCESS_TOKEN, GITHUB_SECRETS_OWNER)' | ||
const argv = yargs | ||
.command( | ||
'put [option] <filename>', 'upsert repository secrets from a file', | ||
'put [option] <filename>', `upsert repository secrets from a file\n\n${envVarMsg}`, | ||
builder, | ||
@@ -41,3 +42,3 @@ (argv) => { | ||
.command( | ||
'delete [option] <filename>', 'delete repository secrets from a file list', | ||
'delete [option] <filename>', `delete repository secrets from a file list\n\n${envVarMsg}`, | ||
builder, | ||
@@ -50,2 +51,3 @@ (argv) => { | ||
) | ||
.env('GITHUB_SECRETS') | ||
.argv | ||
@@ -52,0 +54,0 @@ |
{ | ||
"name": "@neilbmclaughlin/github-secrets", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "manage git repository secrets", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6137
145