Get Involved
Edit on GitHubCommand: publish
Publish the mod to the Turbot Guardrails mod registry.
Usage
Usage: turbot publish [options]
The supported options are:
--username
: Turbot Guardrails mod registry username. If a username is not specified, cached credentials (fromturbot login
) will be used. If no cached credentials exist,turbot login
will be run interactively to log you in.--password
: Turbot Guardrails mod registry password. If a password is not specified, cached credentials (fromturbot login
) will be used. If no cached credentials exist,turbot login
will be run interactively to log you in.--registry
: The registry to which to publish the mod. The default isturbot.com
--zip-file
: Bypass mod build process and just publish the given file. Must be a fully formed zipped mod.--remove-zip
: Remove the ZIP file after publish completes. This implies that--zip-file
is being used. Defaults tofalse
.--dir or -d
: Path to the Turbot mod that you want to run theturbot init
in.--strict
: Run inspect before publishing and do not publish if inspect fails. Defaults totrue
--pre-build
: Pre-build shell script.--status
: The status to set the mod after publishing. Allowed values areAVAILABLE
,RECOMMENDED
andUNAVAILABLE
.--force-recommended
: Set selected mod version toRECOMMENDED
and set any mod version currently set asRECOMMENDED
toAVAILABLE
. Overrides--status
.--wait
: Wait for the mod to be in available state in the registry before returning.--timeout
: Number of seconds to wait before timing out. Defaults to120 seconds
.--help
: Shows help.