diff --git a/content/en/docs/community/_index.md b/content/en/docs/community/_index.md index 8ae9a19d..b2a46cb7 100644 --- a/content/en/docs/community/_index.md +++ b/content/en/docs/community/_index.md @@ -27,7 +27,7 @@ We host [regular community meetings](https://github.com/score-spec/spec?tab=read ## Watch talks about Score - _(Coming) [KubeCon India 2026 - The Death of the YAML-Engineer: Engineering "Invisible" Platforms With Crossplane and Score](https://sched.co/2IW4r)_ -- _(Coming) [KubeCon Europe 2026 - Unifying Inner & Outer Loops To Bridge the Gaps Between Devs & Ops With Microcks + Score - Laurent Broudoux, Microcks & Mathieu Benoit, Docker](https://sched.co/2CVxb)_ +- [KubeCon Europe 2026 - Unifying Inner & Outer Loops To Bridge the Gaps Between Devs & Ops With Microcks + Score - Laurent Broudoux, Microcks & Mathieu Benoit, Docker](https://sched.co/2CVxb) - [Cloud Native Rejekts NA 2025 - Make your Developer's Pains go Away, with the Right Level of Abstraction for your Platform](https://youtu.be/CLCK2lBpWa8) - [LF Live Webinar: From CI to Kubernetes Catalog: A Practical Guide to vCluster and GitOps](https://youtu.be/U4AgmEo3oV8) - [KubeCon EU 2025 - Score Lightning Talk](https://sched.co/1tcwp) [[video](https://youtu.be/Nq_PgPKZHsc?list=PLj6h78yzYM2MP0QhYFK8HOb8UqgbIkLMc)] diff --git a/content/en/docs/score implementation/score-compose/cli.md b/content/en/docs/score implementation/score-compose/cli.md index 7bf3da9d..2c1f8a8b 100644 --- a/content/en/docs/score implementation/score-compose/cli.md +++ b/content/en/docs/score implementation/score-compose/cli.md @@ -47,7 +47,7 @@ Sets the name of the Docker Compose project. By default, the project name is the score-compose init --project score-compose2 ``` -#### `--provisioners` | `-p` +#### `--provisioners` Loads additional provisoners from a remote url. May be specified multiple times. Supports the following formats: @@ -123,7 +123,7 @@ Specifies the location to store a skeleton `.env` file for Docker Compose. This score-compose generate --env-file /path/to/env-file ``` -#### `--image` +#### `--image` | `-i` Specifies an optional container image to use for any container with `image == '.'`. @@ -155,7 +155,7 @@ Specifies an optional file of Score overrides to merge in. score-compose generate score.yaml --overrides-file=./overrides.score.yaml ``` -#### `--publish` +#### `--publish` | `-p` Specifies an optional set of HOST_PORT::CONTAINER_PORT to publish on the host system. could be either for the workload (example: 8080:my-workload:80) or for a resource (example: 5432:postgres#my-workload.db.host:5432). diff --git a/content/en/docs/score implementation/score-k8s/cli.md b/content/en/docs/score implementation/score-k8s/cli.md index b0492fe7..f7ec8357 100644 --- a/content/en/docs/score implementation/score-k8s/cli.md +++ b/content/en/docs/score implementation/score-k8s/cli.md @@ -107,7 +107,7 @@ Specifies optionally if a `Namespace` resource should be generated in the manife score-k8s generate --namespace test-ns --generate-namespace ``` -#### `--image` +#### `--image` | `-i` Specifies an optional container image to use for any container with `image == '.'`. @@ -115,7 +115,7 @@ Specifies an optional container image to use for any container with `image == '. score-k8s generate --image your_container_image ``` -### `--namespace` +### `--namespace` | `-n` Specifies an optional `Namespace` to set on the resources in the manifests.