Skip to content

Commit

Permalink
Merge branch 'next' into faqs
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroMac authored Jan 30, 2024
2 parents 69aabb5 + b6c85e8 commit 40079ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,12 @@ On Mac or Unix:
```
galasactl runs submit local --log - \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \
--obr mvn:dev.galasa/dev.galasa.uber.obr/0.31.0/obr \
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT
```
On Windows (Powershell):
```
galasactl runs submit local --log - `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr `
--obr mvn:dev.galasa/dev.galasa.uber.obr/0.31.0/obr `
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT
```
where:
Expand All @@ -110,7 +108,6 @@ On Mac or Unix:
```
galasactl runs submit local --log - \
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \
--obr mvn:dev.galasa/dev.galasa.uber.obr/0.31.0/obr \
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest
```

Expand All @@ -119,7 +116,6 @@ On Windows (Powershell):
```
galasactl runs submit local --log - `
--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr `
--obr mvn:dev.galasa/dev.galasa.uber.obr/0.31.0/obr `
--class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest
```

Expand Down
12 changes: 7 additions & 5 deletions src/markdown-pages/docs/ecosystem/ecosystem-manage-cps.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ The following example shows namespaces returned in summary format:

```
name type
docker normal
framework normal
secure secure
docker NORMAL
framework NORMAL
secure SECURE
Total: 3
```

Expand All @@ -71,10 +71,12 @@ Use the following command to retrieve all namespaces in an Ecosystem `raw` forma
galasactl properties namespaces get --format raw
```

The following example shows namespaces returned in the `raw` format of `namespace|type|`:
The following example shows namespaces returned in the `raw` format of `namespace|type|`, with pipe delimiters:

```
docker|normal|framework|normal|secure|secure|
docker|NORMAL
framework|NORMAL
secure|SECURE
```

Returned properties are sorted in alphabetical order based on the name of the namespace.
Expand Down

0 comments on commit 40079ce

Please sign in to comment.