cli
cli copied to clipboard
Build, deploy and configure Fastly services from your terminal
We're using `osslsigncode` to code-sign Windows binaries; to do that, we're told... > Before you can sign a file you need a Software Publishing Certificate (SPC) and a corresponding private...
This PR removes AssemblyScript _completely_ from the CLI. This is considered a breaking change because it means users with a pre-existing project would no longer be able to build their...
The `fastly compute deploy` command expects the package file to be named the same as the `name` attribute in the fastly.toml manifest. The `fastly compute pack` command does not do...
In most commands we have the `--json` possibility to get the data out as json for future script processing. The `fastly service-version clone` does not have the `--json` output type...
**Version** ``` ❯ fastly version Fastly CLI version v10.5.0 (2933018f) Built with go version go1.21.3 linux/amd64 Viceroy version: viceroy 0.9.1 ``` **What happened** When running `fastly compute publish --profile polyfill...
**Is your feature request related to a problem? Please describe.** Viceroy recently (in v0.9.0) gained a new commandline option `--unknown-import-behavior`. It would be nice to be able to use this...
**Is your feature request related to a problem? Please describe.** I'm working in a monorepo for fastly compute services. All the fastly compute commands expect the manifest file to be...
My project has lots of files (214,269 files) and when I try and use the --watch mode, the cli will error **Version** ❯ fastly version Fastly CLI version v10.4.0 (4b869ab3)...
When using the Fastly CLI and publishing a Fastly Compute Service for the first time, the `fastly.toml` [setup] section is read and the resources mentioned in the section are created...
**Version** ``` ; fastly version Fastly CLI version v10.2.0 (a61eac5c) Built with go version go1.20.4 linux/amd64 ``` **What happened** i was setting up a new service, and noticed that certain...