Installation
boltctl is a command-line utility that lets you work with Boltic.io, from creating your account to deploying your applications. It runs on your local device so you'll want to install the version that's appropriate for your operating system.
- MacOS
- Linux
- Windows
Run the install script:
curl -L https://asia-south1.api.boltic.io/public/v1.0/boltctl/install.sh | sh
If you used curl to install boltctl, then you need to add the boltctl directory to your shell rc file. Check the output of the install script for the entries to copy and paste into the file. Now you can use the boltctl command from any directory.
Run the install script:
curl -L https://asia-south1.api.boltic.io/public/v1.0/boltctl/install.sh | sh
If you used curl to install boltctl, then you need to add the boltctl directory to your shell rc file. Check the output of the install script for the entries to copy and paste into the file. Now you can use the boltctl command from any directory.
Coming soon!
pwsh -Command "iwr https://asia-south1.api.boltic.io/public/v1.0/boltctl/install.ps1 -useb | iex"
If you encounter an error saying the pwsh
command is not found, powershell
can be used instead, though we recommend installing the latest version of PowerShell. -->