freedcamp-script-runner
v1.1.46
Published
The ultimate project executor!
Downloads
91
Readme
Freedcamp Script Runner
The best script runner of ALL time!
Usage
$ npm install -g freedcamp-script-runner
$ fsr COMMAND
running command...
$ fsr (-v|--version|version)
freedcamp-script-runner/1.1.18 darwin-x64 node-v10.13.0
$ fsr --help [COMMAND]
USAGE
$ fsr COMMAND
...
Commands
fsr autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ fsr autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ fsr autocomplete
$ fsr autocomplete bash
$ fsr autocomplete zsh
$ fsr autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
fsr config
Encrypt or decrypt your secret files
USAGE
$ fsr config
OPTIONS
-d, --direction=direction direction {encrypt|decrypt}
DESCRIPTION
...
You need to list the files in your package.json under fscripts.encryptedFiles
"fscripts": {
"encryptedFiles": [
"config.json"
]
},
EXAMPLES
$ config --direction decrypt
$ config -d encrypt
See code: src/commands/config.js
fsr help [COMMAND]
display help for fsr
USAGE
$ fsr help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
fsr start [ISFIRST] [ISSECOND]
Start the task picker
USAGE
$ fsr start [ISFIRST] [ISSECOND]
ARGUMENTS
ISFIRST This is if isFirst was passed or not returns boolean with default false
ISSECOND
OPTIONS
-n, --name=name [default: flagDef] The name
-s, --should Should do it?
DESCRIPTION
...
Picking a task to run!
ALIASES
$ fsr e
See code: src/commands/start.js