Commands
All commands have a -h flag for more information about a command.
create
Create a new Blutui project using a selected Canvas in the specified directory.
courier createconfig
Manage the courier.json configuration in the current working directory if it exists.
courier configdev
This command will set up a local dev environment hosting your public folder, use the views folder to watch for changes and push the modified files, and utilize the Blutui cloud to build for you, accessible at localhost:8080.
courier devOn the first run, dev does not automatically push code, it starts monitoring file changes in the views directory.
help
Get help with Blutui Courier.
courier helpinit
Create a basic courier.json file in the current directory for the provided project handle.
courier init [project-handle]login
Log in to Courier using your Blutui access token.
courier login --token < token.txtIf your Courier token has expired, you can login again using the same command.
open
Open the current project in the web browser.
courier openpull
Pull all the site code for handle from the current courier.json, targeting the public and views folders.
courier pullpush
Push all the site code for handle from the current courier.json, targeting the public and views folders.
courier pushversion
Print the current version of Blutui Courier.
courier versionLast updated on