github.com/DelineaXPM/dsv-cli@v1.40.6/cicd-integration/cases/cli-config-read-pass (about) 1 CLI config (cicd-integration/.thy.yml): 2 default: 3 auth: 4 client: 5 id: {{.CLIENT_ID}} 6 secret: {{.DSV_CLIENT_SECRET}} 7 password: {{.DSV_USER_PASSWORD}} 8 type: password 9 username: {{.USER_NAME}} 10 domain: {{.DEV_DOMAIN}} 11 http: https 12 store: 13 type: file 14 tenant: {{.TEST_TENANT}} 15 local: 16 auth: 17 password: {{.DSV_USER_PASSWORD}} 18 type: password 19 username: {{.USER_NAME}} 20 domain: {{.LOCAL_DOMAIN}} 21 http: http 22 tenant: {{.TEST_TENANT}}