Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.63 KB

File metadata and controls

57 lines (38 loc) · 1.63 KB
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.