Update a step config(s) in valohai.yaml based on Python source file(s).
Example:
vh yaml step hello.py
:param filenames: Path(s) of the Python source code files.
Usage
Usage: vh yaml step [OPTIONS] FILENAMES...
Options
yaml
:- Type: STRING
- Default:
none
- Usage:
vh yaml step --yaml
Path to the YAML file to write to.
filenames
(REQUIRED):- Type:
- Default:
none
-
Usage:
vh yaml step filenames
-
help
: - Type: BOOL
- Default:
false
- Usage:
vh yaml step --help
Show this message and exit.
CLI Help
Usage: step [OPTIONS] FILENAMES...
Update a step config(s) in valohai.yaml based on Python source file(s).
Example:
vh yaml step hello.py
:param filenames: Path(s) of the Python source code files.
Options:
--yaml TEXT Path to the YAML file to write to.
--help Show this message and exit.