diff --git a/content/en/docs/score implementation/score-compose/cli.md b/content/en/docs/score implementation/score-compose/cli.md index 643d849..ae250b2 100644 --- a/content/en/docs/score implementation/score-compose/cli.md +++ b/content/en/docs/score implementation/score-compose/cli.md @@ -50,11 +50,12 @@ score-compose init --project score-compose2 #### `--provisioners` | `-p` Loads additional provisoners from a remote url. May be specified multiple times. Supports the following formats: - - `http://host/file` - - `https://host/file` - - `git-ssh://git@host/repo.git/file` - - `git-https://host/repo.git/file` - - `oci://[registry/][namespace/]repository[:tag|@digest][#file]` + +- `http://host/file` +- `https://host/file` +- `git-ssh://git@host/repo.git/file` +- `git-https://host/repo.git/file` +- `oci://[registry/][namespace/]repository[:tag|@digest][#file]` ```bash score-compose init --provisioners https://raw.githubusercontent.com/user/repo/main/example.yaml diff --git a/content/en/docs/score implementation/score-k8s/cli.md b/content/en/docs/score implementation/score-k8s/cli.md index a328710..572a953 100644 --- a/content/en/docs/score implementation/score-k8s/cli.md +++ b/content/en/docs/score implementation/score-k8s/cli.md @@ -42,11 +42,12 @@ score-k8s init --no-sample #### `--provisioners` Loads additional provisoners from a remote url. May be specified multiple times. Supports the following formats: - - `http://host/file` - - `https://host/file` - - `git-ssh://git@host/repo.git/file` - - `git-https://host/repo.git/file` - - `oci://[registry/][namespace/]repository[:tag|@digest][#file]` + +- `http://host/file` +- `https://host/file` +- `git-ssh://git@host/repo.git/file` +- `git-https://host/repo.git/file` +- `oci://[registry/][namespace/]repository[:tag|@digest][#file]` ```bash score-k8s init --provisioners https://raw.githubusercontent.com/user/repo/main/example.yaml