An open API service indexing awesome lists of open source software.

https://github.com/timeweb-cloud/twc

Timeweb Cloud Command Line Interface
https://github.com/timeweb-cloud/twc

cli cloud cloud-computing timeweb

Last synced: 4 months ago
JSON representation

Timeweb Cloud Command Line Interface

Awesome Lists containing this project

README

          





TWC CLI

Timeweb Cloud Command Line Interface and simple SDK 💫

* [Руководство пользователя](https://github.com/timeweb-cloud/twc/blob/master/docs/ru/README.md) 🇷🇺
* [Command Line Interface (CLI) Reference](https://github.com/timeweb-cloud/twc/blob/master/docs/ru/CLI_REFERENCE.md)

# Installation

From PyPI registry via pip:

```
pip install twc-cli
```

Using [pipx](https://pipx.pypa.io/stable/):

```
pipx install twc-cli
```

Or install [zippap](https://docs.python.org/3/library/zipapp.html) in your PATH.
Look for prebuilt `.pyz` archives on [releases page](https://github.com/timeweb-cloud/twc/releases/latest).

# Getting started

Get Timeweb Cloud [access token](https://timeweb.cloud/my/api-keys) 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.