Skip to content

Commit

Permalink
Update nodejs.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Helmich <[email protected]>
  • Loading branch information
martin-helmich authored Oct 17, 2023
1 parent f23b456 commit 1f71cfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/technologies/languages/nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ With a Node.js application, the entire lifecycle of your process is managed with

Within your hosting environment, you can use the `mittnitectl` command to manage your application:

- `mittnitectl start` starts your application
- `mittnitectl stop` stops your application
- `mittnitectl restart` restarts your application
- `mittnitectl job start` starts your application
- `mittnitectl job stop` stops your application
- `mittnitectl job restart` restarts your application

You can also use `mittnitectl` to view the status of your application:

- `mittnitectl status` shows the status of your application
- `mittnitectl logs` shows the logs of your application
- `mittnitectl job status` shows the status of your application
- `mittnitectl job logs` shows the logs of your application

0 comments on commit 1f71cfb

Please sign in to comment.