wrangler publish [output]

Publish your worker to the orange cloud

Arguments

NameDescription
output[possible values: json]

Options

NameDescription
-c, --config <wrangler.toml>Path to configuration file [default: wrangler.toml]
-e, --env <environment>Environment to perform a command on
-h, --helpPrints help information
--verboseToggle verbose output (when applicable)
--delete-class <delete-class>Delete all durable objects associated with a class in your script
--new-class <new-class>Allow durable objects to be created from a class in your script
--rename-class <rename-class new-name>Rename a durable object class in your script
--transfer-class <transfer-class>Transfer all durable objects associated with a class in another script to a class in this script