You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated supervisor configuration lives under `/etc/<APP_NAME>` and the process logs are written under `/var/log/<APP_NAME>`.
214
+
For more on supervisor itself, see the [supervisorctl documentation](http://supervisord.org/running.html#running-supervisorctl).
215
+
213
216
Enable and start the generated system service:
214
217
215
218
```shell
@@ -231,26 +234,66 @@ This creates two app-specific helpers:
231
234
232
235
`<APPNAME>sh entities` returns the full entity-type configuration map exposed by the API. When you only need the configured entity type names, pipe it through `jq keys`.
233
236
234
-
You can also enable shell completion for the wrapper or for `dp3 sh` itself:
237
+
You can also enable shell completion for the wrapper or for `dp3` itself.
238
+
The completion is registered for the executable name seen by the shell:
0 commit comments