node-cipher
Advanced tools
Comparing version 2.4.5 to 2.4.6
@@ -18,6 +18,9 @@ #!/usr/bin/env node | ||
.command('decrypt', 'Decrypt a given file', xcrypt) | ||
.describe('l', 'List all available cipher algorithms') | ||
.alias('l', 'list') | ||
.option('l', { | ||
alias: 'list', | ||
describe: 'List all available cipher algorithms', | ||
type: 'boolean' | ||
}) | ||
.alias('v', 'version') | ||
.alias('h', 'help') | ||
.alias('v', 'version') | ||
.help('h') | ||
@@ -24,0 +27,0 @@ .wrap(74) |
{ | ||
"name": "node-cipher", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"description": "Encrypt or decrypt sensitive files to allow use in public source control.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -191,3 +191,3 @@ # node-cipher | ||
web: nodecipher decrypt -i .env.cast5 -o .env -p $CONFIG_KEY; npm start; | ||
web: nodecipher decrypt -i .env.cast5 -o .env -p $CONFIG_KEY && npm start | ||
``` | ||
@@ -194,0 +194,0 @@ |
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
15053
272