UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

6 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getServiceName = void 0; const getServiceName = (context) => context.environment.fullName.toLowerCase(); exports.getServiceName = getServiceName; //# sourceMappingURL=getServiceName.js.map