Config Command
OPTIONS
Command Flags | Description |
-m,--minified | If set, the output JSON will be printed in a single line, without indentations. (Ignored for YAML configuration output). |
-o,--output | Optional: If set, the generated JSON/YAML will be saved here. Otherwise, it's printed on the console. |
-p,--pipeline | A comma-separated list of sequence/graph pipeline steps to create boilerplate configuration from. For sequences, allowed values are: [ For graphs, the list item should be in the format '<output>=<type>(<inputs>)' or '[outputs]=switch(<inputs>)' for switches. The pre-defined root input is named, 'input'. Examples are: Pipeline step: 'a=tensorflow(input),b=dl4j(input)' Merge Step: 'c=merge(a,b)' Switch Step (int): '[d1,d2,d3]=switch(int,select,input)' Switch Step (string): '[d1,d2,d3]=switch(string,select,x:1,y:2,z:3,input) ' Any Step: 'e=any(d1,d2,d3)'. |
-pr,--protocol | Protocol to use with the server. Allowed values are [ |
-y,--yaml | Set if you want the output to be a YAML configuration. |
Last updated