Skip to content

Commit

Permalink
[automated commit] Bump docs to versions 2.32.0, 1.53.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leorossi authored and github-actions[bot] committed Jan 8, 2025
1 parent 1726c65 commit 015aa89
Show file tree
Hide file tree
Showing 193 changed files with 41 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Welcome to Platformatic. Available commands are:
* `logs` - stream logs for a Platformatic runtime application.
* `upgrade` - upgrade the Platformatic configuration to the latest version.
* `resolve` - resolve Platformatic Runtime external services
* `patch-config` - Applies a patch file to the runtime and services configurations.
* `client` - generate a Platformatic client.
* `build` - builds all services.
* `install` - install all dependencies of an application and its services.
Expand Down Expand Up @@ -243,6 +244,15 @@ You can find more details about the configuration format here:
* [Platformatic DB Configuration](https://docs.platformatic.dev/docs/db/configuration)
* [Platformatic Service Configuration](https://docs.platformatic.dev/docs/service/configuration)

#### `patch-config`

Applies a patch file to the runtime and services configurations.

Arguments:

* `-c, --config FILE` - Path to the runtime configuration file.
- `-p, --patch PATCH`: The file containing the patch to execute. Its default export should be a function that receives the `runtime` and `services` arguments and returns an object containing
the `runtime` and `services` keys with [JSON Patch](https://jsonpatch.com/) formatted patch to apply to configuration files.

#### start

Expand Down
10 changes: 10 additions & 0 deletions docs/watt/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,16 @@ Options:
- `-s, --skip-dependencies`: Do not install services dependencies
- `-P, --package-manager`: Use an alternative package manager (the default is to autodetect it)

## `patch-config`

Applies a patch file to the runtime and services configurations.

Arguments:

- `root`: The directory containing the application (the default is the current directory)
- `patch`: The file containing the patch to execute. Its default export should be a function that receives the `runtime` and `services` arguments and returns an object containing
the `runtime` and `services` keys with [JSON Patch](https://jsonpatch.com/) formatted patch to apply to configuration files.

## `help`

Show help about Watt or one of its commands.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Welcome to Platformatic. Available commands are:
* `logs` - stream logs for a Platformatic runtime application.
* `upgrade` - upgrade the Platformatic configuration to the latest version.
* `resolve` - resolve Platformatic Runtime external services
* `patch-config` - Applies a patch file to the runtime and services configurations.
* `client` - generate a Platformatic client.
* `build` - builds all services.
* `install` - install all dependencies of an application and its services.
Expand Down Expand Up @@ -243,6 +244,15 @@ You can find more details about the configuration format here:
* [Platformatic DB Configuration](https://docs.platformatic.dev/docs/db/configuration)
* [Platformatic Service Configuration](https://docs.platformatic.dev/docs/service/configuration)

#### `patch-config`

Applies a patch file to the runtime and services configurations.

Arguments:

* `-c, --config FILE` - Path to the runtime configuration file.
- `-p, --patch PATCH`: The file containing the patch to execute. Its default export should be a function that receives the `runtime` and `services` arguments and returns an object containing
the `runtime` and `services` keys with [JSON Patch](https://jsonpatch.com/) formatted patch to apply to configuration files.

#### start

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,16 @@ Options:
- `-s, --skip-dependencies`: Do not install services dependencies
- `-P, --package-manager`: Use an alternative package manager (the default is to autodetect it)

## `patch-config`

Applies a patch file to the runtime and services configurations.

Arguments:

- `root`: The directory containing the application (the default is the current directory)
- `patch`: The file containing the patch to execute. Its default export should be a function that receives the `runtime` and `services` arguments and returns an object containing
the `runtime` and `services` keys with [JSON Patch](https://jsonpatch.com/) formatted patch to apply to configuration files.

## `help`

Show help about Watt or one of its commands.
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"2.31.0",
"2.32.0",
"1.53.4"
]

0 comments on commit 015aa89

Please sign in to comment.