Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
Signed-off-by: 7h3-3mp7y-m4n <[email protected]>
  • Loading branch information
7h3-3mp7y-m4n committed Nov 3, 2024
1 parent 07cad1a commit 371ca1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions content/en/docs/score implementation/score-compose/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions content/en/docs/score implementation/score-k8s/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 371ca1a

Please sign in to comment.