We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4dc58 commit 0a6050cCopy full SHA for 0a6050c
README.md
@@ -46,6 +46,8 @@ brew install fastly/tap/fastly
46
fastly version
47
```
48
49
+:warning: fastly cli version should be at least v11.1.0
50
+
51
#### Create profile and follow interactive prompt for pasting your API Token created earlier:
52
```sh
53
fastly profile create
fastly.toml
@@ -12,10 +12,8 @@ service_id = "q9waEnTgJfqQV1a0cYOuo3"
12
[scripts]
13
build = """
14
cargo build --bin potsi --release --target wasm32-wasip1 --color always &&
15
- ln -fs wasm32-wasip1 target/wasm32-wasi
16
"""
17
18
-
19
[local_server]
20
[local_server.backends]
21
[local_server.backends.equativ_ad_api_2] # FIX ME: must match config
0 commit comments