Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shazron/aio-cli-plugin-edge
Plugin to generate the edge version of the Adobe I/O CLI
https://github.com/shazron/aio-cli-plugin-edge
Last synced: 3 months ago
JSON representation
Plugin to generate the edge version of the Adobe I/O CLI
- Host: GitHub
- URL: https://github.com/shazron/aio-cli-plugin-edge
- Owner: shazron
- Archived: true
- Created: 2019-05-21T05:35:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T10:20:07.000Z (about 2 years ago)
- Last Synced: 2023-04-01T10:57:38.132Z (over 1 year ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
aio-cli-plugin-edge
========Plugin to generate the edge version of the Adobe I/O cli and plugins
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/aio-cli-plugin-edge.svg)](https://npmjs.org/package/aio-cli-plugin-edge)
[![Downloads/week](https://img.shields.io/npm/dw/aio-cli-plugin-edge.svg)](https://npmjs.org/package/aio-cli-plugin-edge)
[![License](https://img.shields.io/npm/l/aio-cli-plugin-edge.svg)](https://github.com/adobe/aio-cli-plugin-edge/blob/master/package.json)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g @adobe/aio-cli-plugin-edge
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@adobe/aio-cli-plugin-edge/0.1.0 darwin-x64 node-v8.11.4
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```# Commands
* [`oclif-example edge:install PATH`](#oclif-example-edgeinstall-path)
* [`oclif-example edge:link PATH`](#oclif-example-edgelink-path)
* [`oclif-example edge:unlink PATH`](#oclif-example-edgeunlink-path)
* [`oclif-example edge:update PATH`](#oclif-example-edgeupdate-path)## `oclif-example edge:install PATH`
Download repos for the core Adobe I/O cli (edge)
```
USAGE
$ oclif-example edge:install PATHARGUMENTS
PATH folder that will contain the Adobe I/O cli reposOPTIONS
--, --verbose verbose output
```## `oclif-example edge:link PATH`
Link repos for the core Adobe I/O cli (edge)
```
USAGE
$ oclif-example edge:link PATHARGUMENTS
PATH folder that contains the Adobe I/O cli reposOPTIONS
--, --bin=bin [default: aio-edge] edge cli binary name
--, --verbose verbose output
```## `oclif-example edge:unlink PATH`
Unlink repos for the core Adobe I/O cli (edge)
```
USAGE
$ oclif-example edge:unlink PATHARGUMENTS
PATH folder that contains the Adobe I/O cli reposOPTIONS
--, --bin=bin [default: aio-edge] edge cli binary name
--, --verbose verbose output
```## `oclif-example edge:update PATH`
Update repos for the core Adobe I/O cli (edge)
```
USAGE
$ oclif-example edge:update PATHARGUMENTS
PATH folder that contains the Adobe I/O cli repos (edge)OPTIONS
--, --verbose verbose output
```