1.1.46 • Published 6 years ago

freedcamp-script-runner v1.1.46

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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

1.1.46

6 years ago

1.1.45

6 years ago

1.1.44

6 years ago

1.1.43

6 years ago

1.1.41

6 years ago

1.1.40

6 years ago

1.1.39

6 years ago

1.1.38

6 years ago

1.1.37

6 years ago

1.1.36

6 years ago

1.1.35

6 years ago

1.1.34

6 years ago

1.1.33

6 years ago

1.1.32

6 years ago

1.1.31

6 years ago

1.1.30

6 years ago

1.1.29

6 years ago

1.1.28

6 years ago

1.1.27

6 years ago

1.1.26

6 years ago

1.1.25

6 years ago

1.1.24

6 years ago

1.1.23

6 years ago

1.1.22

6 years ago

1.1.21

6 years ago

1.1.20

6 years ago

1.1.19

6 years ago

1.1.18

6 years ago

1.1.16

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago