1
0
Fork 0
yatf/.envrc

6 lines
158 B
Text
Raw Normal View History

2025-05-31 23:14:34 +03:00
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)