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

apigee-templater-cli

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apigee-templater-cli

A CLI to easily template and deploy Apigee proxies.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Apigee Templater CLI

This CLI uses the apigee-templater-module to offer CLI features for templating out Apigee proxies.

Getting started

Install

To install the CLI, simply install globally using NPM.

# Install and get the help guide
npm install -g apigee-templater-cli
apigee-template -h

# Or run directly with npx
npx apigee-templater-cli -h

Develop and test locally

To develop and test locally, simply go to the /cli directory and run these commands.

cd cli

# First install cli dependencies
npm i

# build cli module
npm run build

# now link for testing
npm link

Now you can run apigee-template everywhere from the local cli/bin directly (built version).

FAQs

Package last updated on 20 Nov 2023

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