Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adobe/aio-cli-plugin-api-mesh

Package Overview
Dependencies
Maintainers
21
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aio-cli-plugin-api-mesh

Basic working repo structure for Adobe teams to use as a starting point for their own plugins, and available as a github template to the @adobe github org.

  • 1.0.0-beta
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
206
increased by13.81%
Maintainers
21
Weekly downloads
 
Created
Source

Installation

Prerequisites: node.js, aio-cli. To install a revision from this repository:

$ aio plugins:install @adobe/aio-cli-plugin-commerce-admin

To install globally from a released npm package:

$ aio plugins:install -g @adobe/aio-cli-plugin-commerce-admin

To discover available aio packages:

$ aio discover -i

Local Development

Install project dependencies. npm install

aio plugins:link commerce-gateway/tenant

Configuration

create a config.json file with the following parameters

{
    "baseUrl": "<base_url>",
    "apiKey": "<api_key>"
}

Perform the following command to update the configuration

aio config:set aio-cli-plugin-commerce-admin <path_to_json_file>

Commands

aio commerce-gateway:tenant:create BODYJSONFILE
aio commerce-gateway:tenant:update tenantid BODYJSONFILE
aio commerce-gateway:tenant:get tenantid

Keywords

FAQs

Package last updated on 06 Jun 2022

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