platformatic
Version:
Platformatic CLI
11 lines (7 loc) • 321 B
Plain Text
Lists all running platformatic runtime applications.
``` bash
$ platformatic ps
```
To see the list of all available control commands, run `platformatic ctl help`.
The `ps` command uses the Platformatic Runtime Management API. To enable it
set the `managementApi` option to `true` in the runtime configuration file.