sudo prime-cli
from any directory on your machine.
start
You will use this to start a service in the Docker network with the name of the service.
stop
You will use this to stop a service in the Docker network with the name of the service.
restart
You will use this to restart a service in the Docker network with the name of the service as a {param or flag}
.
monitor
to do that.
healthcheck
is another useful utility that lets you see the status and errors, if any, of all running services
repair
automatically diagnoses and fixes common errors in your Plane instance. This command also resets all configuration values in the plane.env file to their defaults.
update-cli
downloads and installs the latest version of Prime CLI.
configure
Brings up a step form to let you specify the following.
Steps to configure your instance
Listening port
Specify the port that the built-in reverse proxy will use
Default value: 80
Max file-upload size
Specify a size in MBs for how big each file uploaded to your Plane app can be
Default value: 5 MB
External Postgres URL
Specify the URL of your own hosted Postgres if you would like to change the database your Plane app uses.
Default database: Postgres 15.5 in the Docker container
External Redis URL
Specify the URL of your own hosted REdis if you would like to change the default Redis Plane ships with.
Default Redis: Redis 7.2.4
External storage
Specify your AWS S3 bucket’s credentials in the format below to change storage from the default Plane ships with.
upgrade
checks your instance for available version upgrades and asks you for a confirmation before downloading the latest available version.
YES
lets the CLI automatically download’s the latest version and installs it. Then it restarts the instance to load the latest app.NO
cancels the upgrade.uninstall
uninstalls Plane. Before it goes through, it asks you for a confirmation.
YES
lets the CLI clean up the /opt/plane
folder, leaving behind the /opt/plane/data
and /opt/plane/logs
folders.NO
cancels the uninstall.Setup.sh script • Community Edition
setup.sh
provides a menu-driven interface to help you install and manage your Plane instance.CTRL+C
to exit the log view and return to the main menu.