📄️ Overview
kdctl is an advance command line interface for KloudDeploy. It's meant for power users who either want to deploy applications via the command line directly or use it as a tool for automating deployments.
📄️ Installation
To install the CLI utility (kdctl), just copy and paste the below command into your terminal:
📄️ API Key
Before getting started, the user must first obtain an API key from the KloudDeploy web UI for the purpose of authenticating the CLI tool. To obtain the API key, navigate to the API Key page by clicking on the Settings link on the left navigation bar which will then expand a list of settings pages. Within that list, click on API Keys.
📄️ Usage
First, start by authenticating kdctl so it knows what account it's working with.
📄️ Automation
kdctl is automation friendly so you can use it with your CI/CD pipeline or automate your deployments however you want. All the commands in the previous section can be run with a -json flag and the output will be in JSON format.
📄️ Demo
Want to see it live in action? Check the below video out: