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
- Host: GitHub
- URL: https://github.com/timeweb-cloud/twc
- Owner: timeweb-cloud
- License: mit
- Created: 2023-02-27T16:12:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-15T09:13:24.000Z (9 months ago)
- Last Synced: 2025-09-15T11:22:32.891Z (9 months ago)
- Topics: cli, cloud, cloud-computing, timeweb
- Language: Python
- Homepage: https://timeweb.cloud/docs/twc-cli
- Size: 898 KB
- Stars: 57
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README

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.