Skip to content

Commit 1d63d4c

Browse files
committed
chore: update cli documentation for score-compore resources list with new output format flag
Signed-off-by: lekaf974 <matthieu.evrin@gmail.com>
1 parent 3ff7963 commit 1d63d4c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

content/en/docs/score implementation/score-compose/cli.md

+10
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,16 @@ Lists the unique identifiers (UIDs) of all provisioned resources.
256256
score-compose resources list
257257
```
258258

259+
##### Flags
260+
261+
###### --format | -f
262+
263+
Display listed resources in the format provided. Uses `table` as default value. Allowed values: `table`, `json`
264+
265+
```bash
266+
score-compose resources list --fornat json
267+
```
268+
259269
### Flags
260270

261271
#### `--help` | `-h`

content/en/docs/score implementation/score-compose/resources-provisioners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aliases:
2727
| `service-port` | (any) | `workload`, `port` | `hostname`, `port` |
2828
| `s3` | (any) | (none) | `endpoint`, `access_key_id`, `secret_key`, `bucket`, with `region=""`, `aws_access_key_id=<access_key_id>`, and `aws_secret_key=<secret_key>` for compatibility |
2929
| `volume` | (any) | (none) | `source` |
30-
| mssql | (any) | (none) | `server`, `port`, `connection`, `database`, `username`, `password` |
30+
| `mssql` | (any) | (none) | `server`, `port`, `connection`, `database`, `username`, `password` |
3131

3232
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.
3333

0 commit comments

Comments
 (0)