Cli commands
Nginx-LE cli tooling
Nginx-LE provides optional cli tooling to manage your Nginx-LE instance.
The cli tooling is based on dart and the DCli library.
To install the cli tooling:
(If you already have dart installed you can go straight to step 3.)
Install dcli install guide
Restart your terminal
Activate Nginx-LE
pub global activate nginx_le
On linux this amounts to:
The DCli installer also installs dart (if its not already installed).
The Nginx-LE cli exposes the following commands:
Example of running Nginx-LE command
Last updated