Skip to content

Commit

Permalink
fix: re-added site targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Dec 10, 2024
1 parent f59d9f3 commit b255a53
Show file tree
Hide file tree
Showing 45 changed files with 466 additions and 101 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Fixed-20241210-120846.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Fixed
body: Re-added site targeting on plan and apply
time: 2024-12-10T12:08:46.512121798+01:00
8 changes: 5 additions & 3 deletions docs/src/reference/cli/mach-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ MACH composer is a framework that you use to orchestrate and extend modern digit
### Options

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

### SEE ALSO
Expand Down
8 changes: 5 additions & 3 deletions docs/src/reference/cli/mach-composer_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mach-composer apply [flags]
-h, --help help for apply
--ignore-change-detection Ignore change detection to run even if the components are considered up to date
--ignore-version Skip MACH composer version check
--output-path string Outputs path to store the generated files. (default "deployments")
-o, --output-path string Outputs path to store the generated files. (default "deployments")
-s, --site string Site to parse. If not set parse all sites.
--var-file string Use a variable file to parse the configuration with.
-w, --workers int The number of workers to use (default 1)
Expand All @@ -26,8 +26,10 @@ mach-composer apply [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
6 changes: 4 additions & 2 deletions docs/src/reference/cli/mach-composer_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ mach-composer cloud [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ mach-composer cloud add-organization-user [email-address] [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
6 changes: 4 additions & 2 deletions docs/src/reference/cli/mach-composer_cloud_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ mach-composer cloud config [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ mach-composer cloud create-api-client [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ mach-composer cloud create-component [name] [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ mach-composer cloud create-organization [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
6 changes: 4 additions & 2 deletions docs/src/reference/cli/mach-composer_cloud_create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ mach-composer cloud create-project [key] [name] [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ mach-composer cloud describe-component-versions [name] [version] [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ mach-composer cloud list-api-clients [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ mach-composer cloud list-component-versions [name] [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
6 changes: 4 additions & 2 deletions docs/src/reference/cli/mach-composer_cloud_list-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ mach-composer cloud list-components [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ mach-composer cloud list-organization-users [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ mach-composer cloud list-organizations [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
6 changes: 4 additions & 2 deletions docs/src/reference/cli/mach-composer_cloud_list-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ mach-composer cloud list-projects [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
6 changes: 4 additions & 2 deletions docs/src/reference/cli/mach-composer_cloud_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ mach-composer cloud login [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ mach-composer cloud register-component-version [name] [version] [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ mach-composer cloud update-component [key] [flags]
### Options inherited from parent commands

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

### SEE ALSO
Expand Down
9 changes: 5 additions & 4 deletions docs/src/reference/cli/mach-composer_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ mach-composer components [flags]
-f, --file string YAML file to parse. (default "main.yml")
-h, --help help for components
--ignore-version Skip MACH composer version check
--output-path string Outputs path to store the generated files. (default "deployments")
-s, --site string Site to parse. If not set parse all sites.
-o, --output-path string Outputs path to store the generated files. (default "deployments")
--var-file string Use a variable file to parse the configuration with.
-w, --workers int The number of workers to use (default 1)
```

### Options inherited from parent commands

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

### SEE ALSO
Expand Down
9 changes: 5 additions & 4 deletions docs/src/reference/cli/mach-composer_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ mach-composer generate [flags]
-f, --file string YAML file to parse. (default "main.yml")
-h, --help help for generate
--ignore-version Skip MACH composer version check
--output-path string Outputs path to store the generated files. (default "deployments")
-s, --site string Site to parse. If not set parse all sites.
-o, --output-path string Outputs path to store the generated files. (default "deployments")
--var-file string Use a variable file to parse the configuration with.
-w, --workers int The number of workers to use (default 1)
```

### Options inherited from parent commands

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

### SEE ALSO
Expand Down
10 changes: 5 additions & 5 deletions docs/src/reference/cli/mach-composer_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ mach-composer graph [flags]
-f, --file string YAML file to parse. (default "main.yml")
-h, --help help for graph
--ignore-version Skip MACH composer version check
--output string output file for the deployment image (default "./graph.png")
--output-path string Outputs path to store the generated files. (default "deployments")
-s, --site string Site to parse. If not set parse all sites.
-o, --output-path string Outputs path to store the generated files. (default "deployments")
--var-file string Use a variable file to parse the configuration with.
-w, --workers int The number of workers to use (default 1)
```

### Options inherited from parent commands

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

### SEE ALSO
Expand Down
9 changes: 5 additions & 4 deletions docs/src/reference/cli/mach-composer_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ mach-composer init [flags]
-f, --file string YAML file to parse. (default "main.yml")
-h, --help help for init
--ignore-version Skip MACH composer version check
--output-path string Outputs path to store the generated files. (default "deployments")
-s, --site string Site to parse. If not set parse all sites.
-o, --output-path string Outputs path to store the generated files. (default "deployments")
--var-file string Use a variable file to parse the configuration with.
-w, --workers int The number of workers to use (default 1)
```

### Options inherited from parent commands

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

### SEE ALSO
Expand Down
Loading

0 comments on commit b255a53

Please sign in to comment.