6 lines
158 B
Text
6 lines
158 B
Text
|
source .venv/bin/activate
|
||
|
|
||
|
export YC_TOKEN=$(yc iam create-token)
|
||
|
export YC_CLOUD_ID=$(yc config get cloud-id)
|
||
|
export YC_FOLDER_ID=$(yc config get folder-id)
|