Skip to content
Hoplite
Theme

Begin typing to search this site.

hoplite.dev

Development

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 app)
(restart app opts)

Rebuilds and restarts a server while retaining its console identity.

(status app)

Returns the console record for an explicitly declared application.

(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