Skip to content

Commit

Permalink
dprint fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <[email protected]>
  • Loading branch information
mathieu-benoit committed Oct 16, 2024
1 parent 4a0f026 commit e6e6e29
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ aliases:

The `score-compose` serves as a reference implementation for the Score specification, providing a standard for the creation of custom Score CLIs. `score-compose` can be utilized both as a reference point for implementation and for practical use in local development with Docker Compose.

For additional details and opportunities to contribute to the project, visit the [`score-compose`](https://github.com/score-spec/score-compose) GitHub repository.
For additional details and opportunities to contribute to the project, visit the [`score-compose`](https://github.com/score-spec/score-compose) GitHub repository.
4 changes: 2 additions & 2 deletions content/en/docs/score implementation/score-compose/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ score-compose init --project score-compose2

#### `--provisioners` | `-p`

Loads additional provisoners from a remote url. May be specified multiple times. Supports http://host/file, https://host/file, git-ssh://git@host/repo.git/file, and git-https://host/repo.git/file formats.
Loads additional provisoners from a remote url. May be specified multiple times. Supports http://host/file, https://host/file, git-ssh://git@host/repo.git/file, and git-https://host/repo.git/file formats.

```bash
score-compose init --provisioners https://raw.githubusercontent.com/user/repo/main/example.yaml
Expand Down Expand Up @@ -264,4 +264,4 @@ Displays the version of score-compose.

```bash
score-compose --version
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ aliases:

Explore a variety of examples for `score-compose`, ranging from simple "hello world" setups to more complex configurations, including resource provisioning and multiple workloads. You can find these examples in our [examples library](https://github.com/score-spec/score-compose/tree/main/examples).

If you encounter any issues or have questions, feel free to reach out to us in the the [Score](https://cloud-native.slack.com/archives/C07DN0D1UCW) channel on the CNCF Slack (<https://slack.cncf.io/>).
If you encounter any issues or have questions, feel free to reach out to us in the the [Score](https://cloud-native.slack.com/archives/C07DN0D1UCW) channel on the CNCF Slack (<https://slack.cncf.io/>).
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ The following methods download the `score-compose` CLI from its [GitHub release
{{< tab name="wget on macOS/Linux" include="../included/install-wget-compose.md" />}}
{{< tab name="GitHub DLs on macOS/Linux" include="../included/install-score-compose-bash.md" />}}
{{< tab name="Windows" include="../included/install-windows-compose.md" />}}
{{< /tabs >}}
{{< /tabs >}}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ aliases:

These can be found in the default provisioners file. You are encouraged to write your own provisioners and add them to the `.score-compose` directory (with the `.provisioners.yaml` extension) or contribute them upstream to the [default.provisioners.yaml](https://github.com/score-spec/score-compose/blob/main/internal/command/default.provisioners.yaml) file.

Users are encouraged to write their own custom provisioners to support new resource types or to modify the implementations above. See [example here](https://score.dev/blog/writing-a-custom-score-compose-provisioner-for-apache-kafka/).
Users are encouraged to write their own custom provisioners to support new resource types or to modify the implementations above. See [example here](https://score.dev/blog/writing-a-custom-score-compose-provisioner-for-apache-kafka/).
2 changes: 1 addition & 1 deletion content/en/docs/score implementation/score-k8s/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ weight: 2

The `score-k8s` CLI serves as a reference implementation for the Score specification, providing a standard for the creation of custom Score CLIs. `score-k8s` can be utilized both as a reference point for implementation and for practical use in development with Kubernetes.

For additional details and opportunities to contribute to the project, visit the [`score-k8s`](https://github.com/score-spec/score-k8s) GitHub repository.
For additional details and opportunities to contribute to the project, visit the [`score-k8s`](https://github.com/score-spec/score-k8s) GitHub repository.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ The following methods download the `score-k8s` CLI from its [GitHub release page
{{< tab name="wget on macOS/Linux" include="../included/install-wget-k8s.md" />}}
{{< tab name="GitHub DLs on macOS/Linux" include="../included/install-score-k8s-bash.md" />}}
{{< tab name="Windows" include="../included/install-windows-k8s.md" />}}
{{< /tabs >}}
{{< /tabs >}}
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ aliases:

`score-k8s` comes with out-of-the-box support for:

| Type | Class | Params | Output |
| --------------- | --------- | ---------------------- |-----------------------------------------------------------------|
| `ampq` | `default` | (none) | `host`, `port`, `username`, `password`, `vhost` |
| `dns` | `default` | (none) | `host` |
| `mongodb` | `default` | (none) | `host`, `port`, `username`, `password`, `name`, `connection` |
| `mysql` | `default` | (none) | `host`, `port`, `name` (aka `database`), `username`, `password` |
| `postgres` | `default` | (none) | `host`, `port`, `name` (aka `database`), `username`, `password` |
| `redis` | `default` | (none) | `host`, `port`, `username`, `password` |
| `route` | `default` | `host`, `path`, `port` | |
| `volume` | `default` | (none) | `source` |
| Type | Class | Params | Output |
| ---------- | --------- | ---------------------- | --------------------------------------------------------------- |
| `ampq` | `default` | (none) | `host`, `port`, `username`, `password`, `vhost` |
| `dns` | `default` | (none) | `host` |
| `mongodb` | `default` | (none) | `host`, `port`, `username`, `password`, `name`, `connection` |
| `mysql` | `default` | (none) | `host`, `port`, `name` (aka `database`), `username`, `password` |
| `postgres` | `default` | (none) | `host`, `port`, `name` (aka `database`), `username`, `password` |
| `redis` | `default` | (none) | `host`, `port`, `username`, `password` |
| `route` | `default` | `host`, `path`, `port` | |
| `volume` | `default` | (none) | `source` |

These can be found in the default provisioners file. You are encouraged to write your own provisioners and add them to the `.score-k8s` directory (with the `.provisioners.yaml` extension) or contribute them upstream to the [default.provisioners.yaml](https://github.com/score-spec/score-k8s/blob/main/internal/provisioners/default/zz-default.provisioners.yaml) file.

Users are encouraged to write their own custom provisioners to support new resource types or to modify the implementations above. See [example here](https://score.dev/blog/writing-a-custom-score-compose-provisioner-for-apache-kafka/).
Users are encouraged to write their own custom provisioners to support new resource types or to modify the implementations above. See [example here](https://score.dev/blog/writing-a-custom-score-compose-provisioner-for-apache-kafka/).

0 comments on commit e6e6e29

Please sign in to comment.