machinepack
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -39,3 +39,3 @@ #!/usr/bin/env node | ||
success: function (pathToMachines){ | ||
// Completely remove a file or directory (like rm -rf). | ||
Filesystem.mv({ | ||
@@ -42,0 +42,0 @@ source: Path.resolve(pathToMachines, originalIdentity+'.js'), |
@@ -14,6 +14,9 @@ #!/usr/bin/env node | ||
.usage(chalk.gray('[options]')+' '+chalk.bold('<command>')) | ||
.command('init', 'initialize the current module as a machinepack') | ||
.command('ls', 'list machines') | ||
.command('add', 'add a new machine') | ||
.command('exec <identity>', 'run machine') | ||
.command('rm <identity>', 'delete existing machine') | ||
.command('mv <originalIdentity> <newIdentity>', 'rename machine') | ||
.command('cp <originalIdentity> <newIdentity>', 'copy machine') | ||
.parse(process.argv); | ||
@@ -20,0 +23,0 @@ |
{ | ||
"name": "machinepack", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "CLI tool for working with machinepacks and their machines.", | ||
"bin": { | ||
"machinepack": "./bin/machinepack.js", | ||
"machinepack-init": "./bin/machinepack-init.js", | ||
"machinepack-add": "./bin/machinepack-add.js", | ||
"machinepack-ls": "./bin/machinepack-ls.js", | ||
"machinepack-mv": "./bin/machinepack-mv.js", | ||
"machinepack-rm": "./bin/machinepack-rm.js" | ||
"machinepack-cp": "./bin/machinepack-cp.js", | ||
"machinepack-rm": "./bin/machinepack-rm.js", | ||
"machinepack-exec": "./bin/machinepack-exec.js" | ||
}, | ||
@@ -12,0 +15,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
15671
11
449