fastly vcl snippet update
Update a VCL snippet for a particular service and version
Options
Name | Description |
---|---|
--version <version> | 'latest', 'active', or the number of a specific version |
--autoclone | If the selected service version is not editable, clone it and use the clone |
--content <content> | VCL snippet passed as file path or content, e.g. $(< snippet.vcl) |
--dynamic | Whether the VCL snippet is dynamic or versioned |
--name <name> | The name of the VCL snippet to update |
--new-name <new-name> | New name for the VCL snippet |
--priority <priority> | Priority determines execution order. Lower numbers execute first |
--service-id <service-id> | Service ID (falls back to FASTLY_SERVICE_ID, then fastly.toml) |
--service-name <service-name> | The name of the service |
--snippet-id <snippet-id> | Alphanumeric string identifying a VCL Snippet |
--type <type> | The location in generated VCL where the snippet should be placed |