Socket
Socket
Sign inDemoInstall

@stackpath/edgeengine-cli

Package Overview
Dependencies
100
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

LICENSE

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"1.0.0","commands":{"auth":{"id":"auth","description":"Configures StackPath's authentication details.","pluginName":"@stackpath/edgeengine-cli","pluginType":"core","aliases":[],"examples":["$ edgeengine auth"],"flags":{"client_id":{"name":"client_id","type":"option","char":"c","description":"StackPath Client ID used to authenticate with"},"client_secret":{"name":"client_secret","type":"option","char":"s","description":"StackPath Client Secret used to authenticate with"},"force":{"name":"force","type":"boolean","char":"f","description":"Set this to always overwrite current credential file, defaults to false.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Turns on verbose logging. Defaults to false","allowNo":false}},"args":[]},"deploy":{"id":"deploy","description":"Deploys the scripts in the working directory according to its edgeengine.json configuration file.","pluginName":"@stackpath/edgeengine-cli","pluginType":"core","aliases":[],"examples":["$ edgeengine deploy"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Turns on verbose logging. Defaults to false","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force recreation of scripts if they do not exist. Defaults to false","allowNo":false}},"args":[]}}}
{"version":"1.0.1","commands":{"auth":{"id":"auth","description":"Configures StackPath's authentication details.","pluginName":"@stackpath/edgeengine-cli","pluginType":"core","aliases":[],"examples":["$ edgeengine auth"],"flags":{"client_id":{"name":"client_id","type":"option","char":"c","description":"StackPath Client ID used to authenticate with"},"client_secret":{"name":"client_secret","type":"option","char":"s","description":"StackPath Client Secret used to authenticate with"},"force":{"name":"force","type":"boolean","char":"f","description":"Set this to always overwrite current credential file, defaults to false.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Turns on verbose logging. Defaults to false","allowNo":false}},"args":[]},"deploy":{"id":"deploy","description":"Deploys the scripts in the working directory according to its edgeengine.json configuration file.","pluginName":"@stackpath/edgeengine-cli","pluginType":"core","aliases":[],"examples":["$ edgeengine deploy"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Turns on verbose logging. Defaults to false","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force recreation of scripts if they do not exist. Defaults to false","allowNo":false}},"args":[]}}}
{
"name": "@stackpath/edgeengine-cli",
"description": "Deploy to Stackpath EdgeEngine from your local machine.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Freave Netherlands <support@freave.com>",

@@ -48,3 +48,3 @@ "bin": {

],
"license": "MIT",
"license": "Apache-2.0",
"main": "lib/index.js",

@@ -51,0 +51,0 @@ "oclif": {

@@ -6,5 +6,5 @@ EdgeEngine CLI

[![Version](https://img.shields.io/npm/v/edgeengine.svg)](https://npmjs.org/package/edgeengine)
[![Downloads/week](https://img.shields.io/npm/dw/edgeengine.svg)](https://npmjs.org/package/edgeengine)
[![License](https://img.shields.io/npm/l/edgeengine.svg)](https://github.com/freave/edgeengine/blob/master/package.json)
[![Version](https://img.shields.io/npm/v/@stackpath/edgeengine-cli.svg)](https://www.npmjs.com/package/@stackpath/edgeengine-cli)
[![Downloads/week](https://img.shields.io/npm/dw/@stackpath/edgeengine-cli.svg)](https://www.npmjs.com/package/@stackpath/edgeengine-cli)
[![License](https://img.shields.io/npm/l/@stackpath/edgeengine-cli.svg)](https://github.com/stackpath/edgeengine-cli/blob/master/LICENSE)

@@ -120,3 +120,3 @@ # Introduction

$ edgeengine (-v|--version|version)
@stackpath/edgeengine-cli/1.0.0 darwin-x64 node-v10.15.0
@stackpath/edgeengine-cli/1.0.1 darwin-x64 node-v10.15.0
$ edgeengine --help [COMMAND]

@@ -153,3 +153,3 @@ USAGE

_See code: [src/commands/auth.ts](https://github.com/stackpath/edgeengine-cli/blob/v1.0.0/src/commands/auth.ts)_
_See code: [src/commands/auth.ts](https://github.com/stackpath/edgeengine-cli/blob/v1.0.1/src/commands/auth.ts)_

@@ -173,3 +173,3 @@ ## `edgeengine deploy`

_See code: [src/commands/deploy.ts](https://github.com/stackpath/edgeengine-cli/blob/v1.0.0/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/stackpath/edgeengine-cli/blob/v1.0.1/src/commands/deploy.ts)_

@@ -176,0 +176,0 @@ ## `edgeengine help [COMMAND]`

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc