Getting Started
What does your user need to know to try your project?
Categories:
Getting Started Documentation
Installation & Uninstallation Instructions
kli
Lets begin with installation of the tools their are various method
Single command method
Install
Steps to Install kli cli tool
curl -sfL https://get.kli.ksctl.com | python3 -
Uninstall
Steps to Uninstall Ksctl cli tool
bash <(curl -s https://raw.githubusercontent.com/ksctl/kli/main/scripts/uninstall.sh)
zsh <(curl -s https://raw.githubusercontent.com/ksctl/kli/main/scripts/uninstall.sh)
From Source Code
Caution!
Under-Development binaries
Note
The Binaries to testing ksctl cli is available in ksctl/cli repo
make install_linux
# macOS on M1
make install_macos
# macOS on INTEL
make install_macos_intel
# For uninstalling
make uninstall
Configure Ksctl CLI
Configure
Steps to Configure Ksctl cli tool
kli configure cloud # To configure cloud
kli configure storage # To configure storage
How to start with cli
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.