Skip to content

Commit b255a53

Browse files
committed
fix: re-added site targeting
1 parent f59d9f3 commit b255a53

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+466
-101
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Fixed
2+
body: Re-added site targeting on plan and apply
3+
time: 2024-12-10T12:08:46.512121798+01:00

docs/src/reference/cli/mach-composer.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ MACH composer is a framework that you use to orchestrate and extend modern digit
99
### Options
1010

1111
```
12-
-h, --help help for mach-composer
13-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
14-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
12+
-g, --github Whether logs should be decorated with github-specific formatting
13+
-h, --help help for mach-composer
14+
--output string The output type. One of: console, json (default "console")
15+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
16+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
1517
```
1618

1719
### SEE ALSO

docs/src/reference/cli/mach-composer_apply.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mach-composer apply [flags]
1717
-h, --help help for apply
1818
--ignore-change-detection Ignore change detection to run even if the components are considered up to date
1919
--ignore-version Skip MACH composer version check
20-
--output-path string Outputs path to store the generated files. (default "deployments")
20+
-o, --output-path string Outputs path to store the generated files. (default "deployments")
2121
-s, --site string Site to parse. If not set parse all sites.
2222
--var-file string Use a variable file to parse the configuration with.
2323
-w, --workers int The number of workers to use (default 1)
@@ -26,8 +26,10 @@ mach-composer apply [flags]
2626
### Options inherited from parent commands
2727

2828
```
29-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
30-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
29+
-g, --github Whether logs should be decorated with github-specific formatting
30+
--output string The output type. One of: console, json (default "console")
31+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
32+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
3133
```
3234

3335
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ mach-composer cloud [flags]
1515
### Options inherited from parent commands
1616

1717
```
18-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
19-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
18+
-g, --github Whether logs should be decorated with github-specific formatting
19+
--output string The output type. One of: console, json (default "console")
20+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2022
```
2123

2224
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_add-organization-user.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ mach-composer cloud add-organization-user [email-address] [flags]
1616
### Options inherited from parent commands
1717

1818
```
19-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
20-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
19+
-g, --github Whether logs should be decorated with github-specific formatting
20+
--output string The output type. One of: console, json (default "console")
21+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
22+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2123
```
2224

2325
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_config.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ mach-composer cloud config [flags]
1919
### Options inherited from parent commands
2020

2121
```
22-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
23-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
22+
-g, --github Whether logs should be decorated with github-specific formatting
23+
--output string The output type. One of: console, json (default "console")
24+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
25+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2426
```
2527

2628
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_create-api-client.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ mach-composer cloud create-api-client [flags]
1717
### Options inherited from parent commands
1818

1919
```
20-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
20+
-g, --github Whether logs should be decorated with github-specific formatting
21+
--output string The output type. One of: console, json (default "console")
22+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
23+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2224
```
2325

2426
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_create-component.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ mach-composer cloud create-component [name] [flags]
1717
### Options inherited from parent commands
1818

1919
```
20-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
20+
-g, --github Whether logs should be decorated with github-specific formatting
21+
--output string The output type. One of: console, json (default "console")
22+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
23+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2224
```
2325

2426
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_create-organization.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ mach-composer cloud create-organization [flags]
1717
### Options inherited from parent commands
1818

1919
```
20-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
20+
-g, --github Whether logs should be decorated with github-specific formatting
21+
--output string The output type. One of: console, json (default "console")
22+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
23+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2224
```
2325

2426
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_create-project.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ mach-composer cloud create-project [key] [name] [flags]
1616
### Options inherited from parent commands
1717

1818
```
19-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
20-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
19+
-g, --github Whether logs should be decorated with github-specific formatting
20+
--output string The output type. One of: console, json (default "console")
21+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
22+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2123
```
2224

2325
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_describe-component-versions.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ mach-composer cloud describe-component-versions [name] [version] [flags]
1717
### Options inherited from parent commands
1818

1919
```
20-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
20+
-g, --github Whether logs should be decorated with github-specific formatting
21+
--output string The output type. One of: console, json (default "console")
22+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
23+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2224
```
2325

2426
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_list-api-clients.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ mach-composer cloud list-api-clients [flags]
1717
### Options inherited from parent commands
1818

1919
```
20-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
20+
-g, --github Whether logs should be decorated with github-specific formatting
21+
--output string The output type. One of: console, json (default "console")
22+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
23+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2224
```
2325

2426
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_list-component-versions.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ mach-composer cloud list-component-versions [name] [flags]
1717
### Options inherited from parent commands
1818

1919
```
20-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
20+
-g, --github Whether logs should be decorated with github-specific formatting
21+
--output string The output type. One of: console, json (default "console")
22+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
23+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2224
```
2325

2426
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_list-components.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ mach-composer cloud list-components [flags]
1717
### Options inherited from parent commands
1818

1919
```
20-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
20+
-g, --github Whether logs should be decorated with github-specific formatting
21+
--output string The output type. One of: console, json (default "console")
22+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
23+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2224
```
2325

2426
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_list-organization-users.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ mach-composer cloud list-organization-users [flags]
1616
### Options inherited from parent commands
1717

1818
```
19-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
20-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
19+
-g, --github Whether logs should be decorated with github-specific formatting
20+
--output string The output type. One of: console, json (default "console")
21+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
22+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2123
```
2224

2325
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_list-organizations.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ mach-composer cloud list-organizations [flags]
1515
### Options inherited from parent commands
1616

1717
```
18-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
19-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
18+
-g, --github Whether logs should be decorated with github-specific formatting
19+
--output string The output type. One of: console, json (default "console")
20+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2022
```
2123

2224
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_list-projects.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ mach-composer cloud list-projects [flags]
1616
### Options inherited from parent commands
1717

1818
```
19-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
20-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
19+
-g, --github Whether logs should be decorated with github-specific formatting
20+
--output string The output type. One of: console, json (default "console")
21+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
22+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2123
```
2224

2325
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_login.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ mach-composer cloud login [flags]
1515
### Options inherited from parent commands
1616

1717
```
18-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
19-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
18+
-g, --github Whether logs should be decorated with github-specific formatting
19+
--output string The output type. One of: console, json (default "console")
20+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
21+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2022
```
2123

2224
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_register-component-version.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ mach-composer cloud register-component-version [name] [version] [flags]
2222
### Options inherited from parent commands
2323

2424
```
25-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
26-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
25+
-g, --github Whether logs should be decorated with github-specific formatting
26+
--output string The output type. One of: console, json (default "console")
27+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
28+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2729
```
2830

2931
### SEE ALSO

docs/src/reference/cli/mach-composer_cloud_update-component.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ mach-composer cloud update-component [key] [flags]
1818
### Options inherited from parent commands
1919

2020
```
21-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
22-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
21+
-g, --github Whether logs should be decorated with github-specific formatting
22+
--output string The output type. One of: console, json (default "console")
23+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
24+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2325
```
2426

2527
### SEE ALSO

docs/src/reference/cli/mach-composer_components.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ mach-composer components [flags]
1212
-f, --file string YAML file to parse. (default "main.yml")
1313
-h, --help help for components
1414
--ignore-version Skip MACH composer version check
15-
--output-path string Outputs path to store the generated files. (default "deployments")
16-
-s, --site string Site to parse. If not set parse all sites.
15+
-o, --output-path string Outputs path to store the generated files. (default "deployments")
1716
--var-file string Use a variable file to parse the configuration with.
1817
-w, --workers int The number of workers to use (default 1)
1918
```
2019

2120
### Options inherited from parent commands
2221

2322
```
24-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
25-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
23+
-g, --github Whether logs should be decorated with github-specific formatting
24+
--output string The output type. One of: console, json (default "console")
25+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
26+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2627
```
2728

2829
### SEE ALSO

docs/src/reference/cli/mach-composer_generate.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ mach-composer generate [flags]
1212
-f, --file string YAML file to parse. (default "main.yml")
1313
-h, --help help for generate
1414
--ignore-version Skip MACH composer version check
15-
--output-path string Outputs path to store the generated files. (default "deployments")
16-
-s, --site string Site to parse. If not set parse all sites.
15+
-o, --output-path string Outputs path to store the generated files. (default "deployments")
1716
--var-file string Use a variable file to parse the configuration with.
1817
-w, --workers int The number of workers to use (default 1)
1918
```
2019

2120
### Options inherited from parent commands
2221

2322
```
24-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
25-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
23+
-g, --github Whether logs should be decorated with github-specific formatting
24+
--output string The output type. One of: console, json (default "console")
25+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
26+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2627
```
2728

2829
### SEE ALSO

docs/src/reference/cli/mach-composer_graph.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ mach-composer graph [flags]
2525
-f, --file string YAML file to parse. (default "main.yml")
2626
-h, --help help for graph
2727
--ignore-version Skip MACH composer version check
28-
--output string output file for the deployment image (default "./graph.png")
29-
--output-path string Outputs path to store the generated files. (default "deployments")
30-
-s, --site string Site to parse. If not set parse all sites.
28+
-o, --output-path string Outputs path to store the generated files. (default "deployments")
3129
--var-file string Use a variable file to parse the configuration with.
3230
-w, --workers int The number of workers to use (default 1)
3331
```
3432

3533
### Options inherited from parent commands
3634

3735
```
38-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
39-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
36+
-g, --github Whether logs should be decorated with github-specific formatting
37+
--output string The output type. One of: console, json (default "console")
38+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
39+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
4040
```
4141

4242
### SEE ALSO

docs/src/reference/cli/mach-composer_init.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ mach-composer init [flags]
1212
-f, --file string YAML file to parse. (default "main.yml")
1313
-h, --help help for init
1414
--ignore-version Skip MACH composer version check
15-
--output-path string Outputs path to store the generated files. (default "deployments")
16-
-s, --site string Site to parse. If not set parse all sites.
15+
-o, --output-path string Outputs path to store the generated files. (default "deployments")
1716
--var-file string Use a variable file to parse the configuration with.
1817
-w, --workers int The number of workers to use (default 1)
1918
```
2019

2120
### Options inherited from parent commands
2221

2322
```
24-
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
25-
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
23+
-g, --github Whether logs should be decorated with github-specific formatting
24+
--output string The output type. One of: console, json (default "console")
25+
-q, --quiet Quiet output. This is equal to setting log levels to error and higher
26+
-v, --verbose Verbose output. This is equal to setting log levels to debug and higher
2627
```
2728

2829
### SEE ALSO

0 commit comments

Comments
 (0)