platformatic
Version:
Platformatic CLI
23 lines (16 loc) • 691 B
Plain Text
Upgrade the Platformatic schema configuration to the latest version.
``` bash
$ platformatic upgrade
```
Options:
* `-c, --config FILE` - Specify a schema configuration file to use.
If not specified, the configuration will be loaded from any of the following, in the current directory.
* `platformatic.json`, or
* `platformatic.yml`, or
* `platformatic.tml`, or
* `platformatic.json`, or
* `platformatic.yml`, or
* `platformatic.tml`
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)