Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions content/en/docs/score implementation/score-compose/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,37 @@ Lists the unique identifiers (UIDs) of all provisioned resources.
```bash
score-compose resources list
```

## `version`

Show the version for `score-compose` and new version to update if available.

```bash
score-compose version
```

#### Flags

### `--no-logo`

Do not show the Score logo.

```bash
score-compose version --no-logo
```

### `--no-updates-check`

Do not check for a new version.

```bash
score-compose version --no-updates-check
```

## `check-version`

Assert that the version of `score-compose` matches the required constraint.

```bash
score-compose check-version
```
34 changes: 34 additions & 0 deletions content/en/docs/score implementation/score-k8s/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,37 @@ Lists the unique identifiers (UIDs) of all provisioned resources.
```bash
score-k8s resources list
```

## `version`

Show the version for `score-k8s` and new version to update if available.

```bash
score-k8s version
```

#### Flags

### `--no-logo`

Do not show the Score logo.

```bash
score-k8s version --no-logo
```

### `--no-updates-check`

Do not check for a new version.

```bash
score-k8s version --no-updates-check
```

## `check-version`

Assert that the version of `score-k8s` matches the required constraint.

```bash
score-k8s check-version
```
Loading