Skip to content

timeweb-cloud/twc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWC CLI

Timeweb Cloud Command Line Interface and simple SDK 💫

Installation

From PyPI registry via pip:

pip install twc-cli

Using pipx:

pipx install twc-cli

Or install zippap in your PATH. Look for prebuilt .pyz archives on releases page.

Getting started

Get Timeweb Cloud access token and configure twc with command:

twc config

Enter your access token and hit Enter.

Configuration done! Let's use:

twc --help

Shell completion

To install completion script run:

twc --install-completion

twc automatically detect your shell. Supported: Bash, Zsh, Fish, PowerShell.