freedcamp-script-runner

1.1.46 • Public • Published

Freedcamp Script Runner

The best script runner of ALL time!

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.46
    4
    • latest

Version History

Package Sidebar

Install

npm i freedcamp-script-runner

Weekly Downloads

6

Version

1.1.46

License

MIT

Unpacked Size

125 kB

Total Files

67

Last publish

Collaborators

  • agrublev