Clodui command-line interface(CLI) is a tool for creating and deploying websites from your terminal. Clodui CLI enable automated deployment of your websites from continuous integration(CI), continuous delivery(CD) pipeline.
For convenience, Clodui CLI has a login
command which persists the logged-in session. Then you can run subsequent commands without passing credentials. It's useful in your developer workstation, however not required on a CI/CD environment.
To enable logged-in session persistence, Clodui CLI uses libsecret
so you may need to install it before running npm install
or yarn install
command.
Depending on your distribution, you will need to run the following command:
sudo apt-get install libsecret-1-dev
sudo yum install libsecret-devel
sudo pacman -S libsecret
Follow these steps to install Clodui CLI.
Run this command from the terminal
npm install @clodui/cli -g
or
yarn global add @clodui/cli
Run this command to verify the installation
clodui --version
Shown below the list of available commands
clodui [command]
Commands:
clodui login Login to Clodui
clodui website List and manage websites
clodui deploy List and manage website deployments
clodui logout Logout from Clodui
We use cookies to offer you a better experience and analyze site traffic. By continuing to use this website, you consent to the use of our cookies.