Skip to content

New golang based kinto cli

Notifications You must be signed in to change notification settings

kintohub/kinto-cli

Repository files navigation

Kinto CLI

The official Commandline interface for KintoHub

✨ Features

  • Easy Access

    • One click access to all your environments and services.
    • Check status of all your deployed services on KintoHub.
  • Dev tools

    • Port forward your remote services to your local machine for real-time debugging and preview using the teleport feature.

💻 Installation

Linux / MacOS

🌱 Requirements :

  • Make sure you use bash to run this script.
  • unzip should be installed. If you don't already have it install it using sudo apt-get install -y unzip or similar command depending on your linux distro.

Run the installation script to install kinto CLI to its default location usr/local/bin

curl -L https://cli.kinto.io/install.sh | bash

Windows

🌱 Requirements :

  • Windows 7 SP1+ / Windows Server 2008+
  • PowerShell 5 (or later, include PowerShell Core)
  • PowerShell must be enabled for your user account e.g. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
  • Run PowerShell as Administrator to avoid any errors.

Run the following command from your PowerShell to install Kinto CLI to its default location C:\Users\<user>\kinto

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://cli.kinto.io/install.ps1')

OR

iwr -useb cli.kinto.io/install.ps1 | iex

You can also download the latest available release for your Operating System from releases and add it to your global PATH manually.


🔍 Commands

For a detailed overview of the available CLI commands see docs.

⚗️ Contributing

See the Contributing Guide.

📚 Documentation

Check out the official KintoHub Documentation

🚑 Support

Contact us: https://www.kintohub.com/contact-us

Discord: https://discordapp.com/invite/E2CMjKP