UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

10 lines 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gcloudServiceAccountLoginCommands = void 0; const __1 = require(".."); const context_1 = require("../../../context"); const gcloudServiceAccountLoginCommands = (context) => [ `gcloud auth activate-service-account --key-file=<(echo "$${(0, context_1.getSecretVarNameForContext)(context, __1.GCLOUD_DEPLOY_CREDENTIALS_KEY)}")`, ]; exports.gcloudServiceAccountLoginCommands = gcloudServiceAccountLoginCommands; //# sourceMappingURL=gcloudServiceAccountLoginCommands.js.map