Socket
Socket
Sign inDemoInstall

@axway/amplify-config

Package Overview
Dependencies
Maintainers
19
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axway/amplify-config

Configuration helper for the Axway CLI.


Version published
Maintainers
19
Created
Source

Amplify Config

Configuration helper for the Axway CLI.

Installation

npm i -g @axway/amplify-config

Config Helper

import loadConfig from '@axway/amplify-config';

// load just the Axway CLI config file
let config = loadConfig();
console.log(config);

// load a default config file, then merge another config file on top
config = loadConfig({ configFile: '/path/to/default/config.js' });
console.log(config);

// load a specific config file instead of the default config file
config = loadConfig({ userConfigFile: '/path/to/default/my-config.js' });
console.log(config);

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.

Keywords

FAQs

Package last updated on 01 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc