📦 scaleway-cli/ scaleway
Command Line Interface for Scaleway
Открыть на GitHub ↗обновлён 1д назад
Звёзды
★ 996
Форки
170
За неделю
—
За месяц
—
Рост %
—
Язык
Go
Установка и запуск
Setup your configuration
After you installed the latest release just run the initialization command and let yourself be guided! :dancer:
scw init
It will set up your profile, the authentication, and the auto-completion. NB: you'll need to have an API-key (access-key + access-secret), so be sure to create one on the scaleway web console.
Basic commands
# Create an instance server
scw instance server create type=DEV1-S image=ubuntu_noble zone=fr-par-1 tags.0="scw-cli"
# List your servers
scw instance server list
# Create a Kubernetes cluster named foo with cilium as CNI, in version 1.17.4 and with a pool named default composed of 3 DEV1-M and with 2 tags
scw k8s cluster create name=foo version=1.17.4 pools.0.size=3 pools.0.node-type=DEV1-M pools.0.name=default tags.0=tag1 tags.1=tag2
Из README репозитория · полный README на GitHub
Категории
Теги
cligoscalewayscaleway-cli