@axway/amplify-cli-utils
Version:
Common utils for Axway CLI packages
18 lines (13 loc) • 417 B
JavaScript
import os from 'os';
import path from 'path';
// Directories
const axwayHome = path.join(os.homedir(), '.axway');
// Files
const configFile = path.join(axwayHome, 'axway-cli', 'config.json');
var locations = /*#__PURE__*/Object.freeze({
__proto__: null,
axwayHome: axwayHome,
configFile: configFile
});
export { axwayHome as a, configFile as c, locations as l };
//# sourceMappingURL=locations-g63ZGrGL.js.map