Socket
Book a DemoInstallSign in
Socket

@adobe/aio-cli-plugin-app

Package Overview
Dependencies
Maintainers
57
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aio-cli-plugin-app

Create, Build and Deploy Adobe I/O Applications

Source
npmnpm
Version
0.3.3
Version published
Weekly downloads
4.8K
10.9%
Maintainers
57
Weekly downloads
 
Created
Source

aio-cli-plugin-app

Create, Build and Deploy Adobe I/O Apps

oclif Version Downloads/week Build Status License Codecov Coverage Greenkeeper badge

  • Usage
  • Commands

Usage

$ npm install -g @adobe/aio-cli-plugin-app
$ @adobe/aio-cli-plugin-app COMMAND
running command...
$ @adobe/aio-cli-plugin-app (-v|--version|version)
@adobe/aio-cli-plugin-app/0.3.3 darwin-x64 node-v8.16.2
$ @adobe/aio-cli-plugin-app --help [COMMAND]
USAGE
  $ @adobe/aio-cli-plugin-app COMMAND
...

Commands

@adobe/aio-cli-plugin-app app

Create, run, test, and deploy Adobe I/O Apps

USAGE
  $ @adobe/aio-cli-plugin-app app

OPTIONS
  -v, --verbose  Verbose output
  --version      Show version

See code: src/commands/app/index.js

@adobe/aio-cli-plugin-app app:add-auth [PATH]

Add auth actions to the manifest of an Adobe I/O App

USAGE
  $ @adobe/aio-cli-plugin-app app:add-auth [PATH]

ARGUMENTS
  PATH  [default: .] Path to the app directory

OPTIONS
  -v, --verbose  Verbose output
  --version      Show version

See code: src/commands/app/add-auth.js

@adobe/aio-cli-plugin-app app:create [PATH]

Create a new Adobe I/O App with default parameters

USAGE
  $ @adobe/aio-cli-plugin-app app:create [PATH]

ARGUMENTS
  PATH  [default: .] Path to the app directory

OPTIONS
  -v, --verbose  Verbose output
  --version      Show version

See code: src/commands/app/create.js

@adobe/aio-cli-plugin-app app:deploy

Build and deploy an Adobe I/O App

USAGE
  $ @adobe/aio-cli-plugin-app app:deploy

OPTIONS
  -a, --actions  Only build & deploy actions
  -b, --build    Only build, don't deploy
  -d, --deploy   Only deploy, don't build
  -s, --static   Only build & deploy static files
  -v, --verbose  Verbose output
  --version      Show version

See code: src/commands/app/deploy.js

@adobe/aio-cli-plugin-app app:init [PATH]

Create a new Adobe I/O App

USAGE
  $ @adobe/aio-cli-plugin-app app:init [PATH]

ARGUMENTS
  PATH  [default: .] Path to the app directory

OPTIONS
  -t, --template=hello|target|campaign|analytics  Adobe I/O App starter template
  -v, --verbose                                   Verbose output
  -y, --yes                                       Skip questions, and use all default values
  --version                                       Show version

See code: src/commands/app/init.js

@adobe/aio-cli-plugin-app app:logs [PATH]

Fetch logs for an Adobe I/O App

USAGE
  $ @adobe/aio-cli-plugin-app app:logs [PATH]

ARGUMENTS
  PATH  [default: .] Path to the app directory

OPTIONS
  -l, --limit=limit  [default: 1] Limit number of activations to fetch logs from
  -v, --verbose      Verbose output
  --version          Show version

See code: src/commands/app/logs.js

@adobe/aio-cli-plugin-app app:run [PATH]

Run an Adobe I/O App

USAGE
  $ @adobe/aio-cli-plugin-app app:run [PATH]

ARGUMENTS
  PATH  [default: .] Path to the app directory

OPTIONS
  -v, --verbose  Verbose output
  --local        run/debug actions locally
  --version      Show version

See code: src/commands/app/run.js

@adobe/aio-cli-plugin-app app:test [PATH]

Run tests for an Adobe I/O App

USAGE
  $ @adobe/aio-cli-plugin-app app:test [PATH]

ARGUMENTS
  PATH  [default: .] Path to the app directory

OPTIONS
  -e, --e2e      runs e2e tests.
  -u, --unit     runs unit tests (default).
  -v, --verbose  Verbose output
  --version      Show version

See code: src/commands/app/test.js

@adobe/aio-cli-plugin-app app:undeploy [PATH]

Undeploys an Adobe I/O App

USAGE
  $ @adobe/aio-cli-plugin-app app:undeploy [PATH]

ARGUMENTS
  PATH  [default: .] Path to the app directory

OPTIONS
  -a, --actions  Only deploy actions.
  -s, --static   Only deploy static files.
  -v, --verbose  Verbose output
  --version      Show version

See code: src/commands/app/undeploy.js

Keywords

oclif-plugin

FAQs

Package last updated on 14 Nov 2019

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