Module: options
config_inputs_option(f)
Decorator to specify the inputs for the configuration.
Source code in src/infernet_cli/cli/options.py
config_skip_option(f)
Decorator to skip optional inputs.
deploy_dir_option(f)
Decorator to specify the deploy directory.
Source code in src/infernet_cli/cli/options.py
destroy_services_option(f)
Decorator to force removal of service containers.
Source code in src/infernet_cli/cli/options.py
parse_json(ctx, param, value)
Callback function to parse JSON string into a dictionary.