UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

10 lines (9 loc) 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getServiceNameForEnvContext = exports.getServiceName = void 0; const getServiceName = context => context.environment.fullName.toLowerCase(); exports.getServiceName = getServiceName; const getServiceNameForEnvContext = context => context.fullName.toLowerCase(); exports.getServiceNameForEnvContext = getServiceNameForEnvContext;