From 371ca1afe9604f07afda1be2dab34721046f6766 Mon Sep 17 00:00:00 2001 From: 7h3-3mp7y-m4n Date: Sun, 3 Nov 2024 21:23:45 +0530 Subject: [PATCH] formatted Signed-off-by: 7h3-3mp7y-m4n --- .../en/docs/score implementation/score-compose/cli.md | 11 ++++++----- content/en/docs/score implementation/score-k8s/cli.md | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) 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