The official Commandline interface for KintoHub
-
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.
- Port forward your remote services to your local machine for real-time debugging and preview using the
- Make sure you use bash to run this script.
unzip
should be installed. If you don't already have it install it usingsudo 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 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.
For a detailed overview of the available CLI commands see docs.
See the Contributing Guide.
Check out the official KintoHub Documentation
Contact us: https://www.kintohub.com/contact-us