Amplify Config
Configuration helper for the Axway CLI.
Installation
npm i -g @axway/amplify-config
Config Helper
import loadConfig from '@axway/amplify-config';
let config = loadConfig();
console.log(config);
config = loadConfig({ configFile: '/path/to/default/config.js' });
console.log(config);
config = loadConfig({ userConfigFile: '/path/to/default/my-config.js' });
console.log(config);
Legal
This project is open source under the Apache Public License v2 and is developed by
Axway, Inc and the community. Please read the LICENSE
file included
in this distribution for more information.