Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 932 Bytes

blade_create_script.md

File metadata and controls

42 lines (27 loc) · 932 Bytes

blade create script

Script chaos experiment

Synopsis

Script chaos experiment

blade create script [flags]

Examples

blade create script delay --time 2000 --file xxx.sh --function-name start

blade create script exit --file xxx.sh --function-name offline --exit-message "error" --exit-code 2

Options

      --file string            Script file full path (required)
      --function-name string   function name in shell (required)
  -h, --help                   help for script

Options inherited from parent commands

  -d, --debug   Set client to DEBUG mode

SEE ALSO

Auto generated by spf13/cobra on 11-Jul-2019