Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.08 KB

blade_create_jvm_script.md

File metadata and controls

40 lines (28 loc) · 1.08 KB

blade create jvm script

Dynamically execute custom scripts

Synopsis

Dynamically execute custom scripts

blade create jvm script

Options

      --classname string        The class name with package (required)
      --effect-count string     The count of chaos experiment in effect
      --effect-percent string   The percent of chaos experiment in effect
  -h, --help                    help for script
      --methodname string       The method name (required)
      --process string          Application process name
      --script-content string   The script contents
      --script-file string      The Script file full path
      --script-name string      The script name for label, unnecessary
      --script-type string      The script file type, java or groovy, default value is java
      --timeout string          set timeout for experiment

Options inherited from parent commands

  -d, --debug   Set client to DEBUG mode

SEE ALSO

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