You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will use the default provisioners, you can use other provisioners instead like illustrated [here](https://github.dev/score-spec/community-provisioners).
4
4
5
5
```bash
6
6
score-commpose init
7
7
```
8
8
9
-
## Get the provisioner definition
9
+
Get the provisioner definition
10
10
11
11
```bash
12
12
score-compose provisioners list
13
13
```
14
14
15
-
## Generate the platform specific manifests
15
+
Generate the platform specific manifests
16
16
17
17
```bash
18
18
score-commpose generate score.yaml
19
19
```
20
20
21
-
## See the resource outputs
21
+
See the resource outputs
22
22
23
23
```bash
24
24
score-commpose resources list
25
25
```
26
26
27
27
You can run `score-compose resources get-outputs` on each resource listed to get their `outputs`.
This will use the default provisioners, you can use other provisioners instead like illustrated [here](https://github.dev/score-spec/community-provisioners).
4
4
5
5
```bash
6
6
score-k8s init
7
7
```
8
8
9
-
## Get the provisioner definition
9
+
Get the provisioner definition
10
10
11
11
```bash
12
12
score-k8s provisioners list
13
13
```
14
14
15
-
## Generate the platform specific manifests
15
+
Generate the platform specific manifests
16
16
17
17
```bash
18
18
score-k8s generate score.yaml
19
19
```
20
20
21
-
## See the resource outputs
21
+
See the resource outputs
22
22
23
23
```bash
24
24
score-k8s resources list
25
25
```
26
26
27
27
You can run `score-k8s resources get-outputs` on each resource listed to get their `outputs`.
0 commit comments