github.com/fastly/cli@v1.7.2-0.20240304164155-9d0f1d77c3bf/pkg/config/testdata/config-incompatible-config-version.toml (about)

     1  config_version = 0 # we expect the embedded config to be >= 1
     2  
     3  [fastly]
     4  api_endpoint = "https://api.fastly.com"
     5  
     6  [cli]
     7  remote_config = "https://developer.fastly.com/api/internal/cli-config"
     8  ttl = "5m"
     9  last_checked = "2021-06-18T15:13:34+01:00"
    10  version = "0.0.1"
    11  
    12  [language]
    13    [language.rust]
    14    # we're missing the 'toolchain_constraint' property
    15    wasm_wasi_target = "wasm32-wasi"
    16  
    17  [starter-kits]
    18  [[starter-kits.assemblyscript]]
    19    name = "Default"
    20    path = "https://github.com/fastly/compute-starter-kit-assemblyscript-default"
    21    tag = "v0.2.1"
    22  [[starter-kits.rust]]
    23    name = "Default"
    24    path = "https://github.com/fastly/compute-starter-kit-rust-default.git"
    25    branch = "0.7"
    26  [[starter-kits.rust]]
    27    name = "Beacon"
    28    path = "https://github.com/fastly/compute-starter-kit-rust-beacon-termination.git"
    29  [[starter-kits.rust]]
    30    name = "Static"
    31    path = "https://github.com/fastly/compute-starter-kit-rust-static-content.git"
    32