Skip to content
2 changes: 2 additions & 0 deletions examples/icp-canister-environment-variables/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-canister-settings/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-empty/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- canisters/*
2 changes: 2 additions & 0 deletions examples/icp-environments/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/canister-yaml-schema.json

name: backend

build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/canister-yaml-schema.json

name: frontend

build:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-frontend-environment-variables/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- backend
- frontend
2 changes: 2 additions & 0 deletions examples/icp-motoko-mops/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
build:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-motoko-recipe/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-motoko/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
build:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-network-connected/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-network-connected/networks/staging.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/network-yaml-schema.json

# This "staging" network is an alias for mainnet
# "icp deploy --network staging" would deploy a second set of canisters to mainnet
name: staging
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-network-inline/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-pre-built/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-progress-bar-test-bed/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: canister-1
build:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-project-multi-canister-inline/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: canister-1
build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/canister-yaml-schema.json

name: canister-1

build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/canister-yaml-schema.json

name: canister-2

build:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-project-multi-canister/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- canisters/*
2 changes: 2 additions & 0 deletions examples/icp-project-single-canister/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-recipe-local-file/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-recipe-registry-official/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-recipe-remote-url-official/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-recipe-remote-url/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-rust-recipe/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-rust/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
build:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-static-assets-recipe/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-static-assets/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-static-react-site/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-sync/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-wasm-metadata-recipe/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-wasm-metadata/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down
2 changes: 2 additions & 0 deletions examples/icp-wasm-optimization-recipe/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister
recipe:
Expand Down
2 changes: 2 additions & 0 deletions examples/icp-wasm-optimization/icp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://github.com/dfinity/icp-cli/raw/refs/tags/v0.1.0-beta.0/docs/schemas/icp-yaml-schema.json

canisters:
- name: my-canister

Expand Down