yandex cli setup

install

as user

curl -sSL https://storage.yandexcloud.net/yandexcloud-yc/install.sh | bash

^D

source ~/.bashrc

setup

yc init

ENTER OAUTH TOKEN
CHOOSE FOLDER       # e.g. test
CHOOSE COMPUTE ZONE # e.g. ru-central1-d

yc config list
ls -lF ~/.config/yandex-cloud/

acceptance

yc vpc network list
yc compute instance list

clean-up

#yc config profile list
#yc config profile delete

ls -lF ~/.config/ | grep yandex
rm -rf ~/.config/yandex-cloud/

resources

https://yandex.cloud/en/docs/cli/quickstart

https://yandex.cloud/en/docs/cli/cli-ref/

https://yandex.cloud/en/docs/cli/

HOME | GUIDES | PLAYBOOKS | LECTURES | LAB | CONTACT | HTML | CSS
Licensed as MIT