fastly compute publish
Build and deploy a Compute@Edge package to a Fastly service
Options
Name | Description |
---|---|
--comment <comment> | Human-readable comment |
--domain <domain> | The name of the domain associated to the package |
--include-source | Include source code in built package |
--language <language> | Language type |
--name <name> | Package name |
--package <package> | Path to a package tar.gz |
--service-id <service-id> | Service ID (falls back to FASTLY_SERVICE_ID, then fastly.toml) |
--service-name <service-name> | The name of the service |
--version <version> | 'latest', 'active', or the number of a specific version |
--skip-verification | Skip verification steps and force build |
--timeout <timeout> | Timeout, in seconds, for the build compilation step |