We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814cc29 commit f6fd921Copy full SHA for f6fd921
docs/Basics.md
@@ -62,6 +62,12 @@ You can find the list of available recipes [on npm](https://www.npmjs.com/search
62
| update [target] | Gets current versions or updates given target (server, traefik, all) |
63
| completion | Generates bash completion script |
64
65
+## Special commands
66
+
67
+Exoframe CLI has a number of special commands, specifically:
68
69
+- `exoframe logs exoframe-server` - will return current server logs (only works when running server as container)
70
71
## Project config file
72
73
All of the configuration for the deployed projects is done using `exoframe.json` config file.
0 commit comments