hoplite.dev
Development
Section titled “restart”
Section titled “status”
Section titled “list-all”
All application arguments must be explicit Vars, such as #'example.app/app.
(start app)(start app opts)Builds and starts the selected application in the current console. The options map may select :project, :profile, and :mode.
(stop app)Stops a server previously started by this console and removes its console record.
restart
Section titled “restart”(restart app)(restart app opts)Rebuilds and restarts a server while retaining its console identity.
status
Section titled “status”(status app)Returns the console record for an explicitly declared application.
list-all
Section titled “list-all”(list-all)Returns all servers managed by the current console.
(logs app)(logs app {:bytes 4096})Returns the tail of the application’s Nginx error log.
Source: lib/src/hoplite/dev.hal