
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@adobe/aio-cli-plugin-app
Advanced tools
Create, Build and Deploy Adobe I/O Apps
$ 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/1.5.0 darwin-x64 node-v10.16.1
$ @adobe/aio-cli-plugin-app --help [COMMAND]
USAGE
$ @adobe/aio-cli-plugin-app COMMAND
...
@adobe/aio-cli-plugin-app app@adobe/aio-cli-plugin-app app:add@adobe/aio-cli-plugin-app app:add:action@adobe/aio-cli-plugin-app app:add:auth@adobe/aio-cli-plugin-app app:add:ci@adobe/aio-cli-plugin-app app:add:web-assets@adobe/aio-cli-plugin-app app:create [PATH]@adobe/aio-cli-plugin-app app:delete@adobe/aio-cli-plugin-app app:delete:action [ACTION-NAME]@adobe/aio-cli-plugin-app app:delete:ci@adobe/aio-cli-plugin-app app:delete:web-assets@adobe/aio-cli-plugin-app app:deploy@adobe/aio-cli-plugin-app app:init [PATH]@adobe/aio-cli-plugin-app app:logs@adobe/aio-cli-plugin-app app:run@adobe/aio-cli-plugin-app app:test@adobe/aio-cli-plugin-app app:undeploy@adobe/aio-cli-plugin-app app:use CONFIG_FILE_PATH@adobe/aio-cli-plugin-app appCreate, 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:addAdd a new component to an existing Adobe I/O App
USAGE
$ @adobe/aio-cli-plugin-app app:add
OPTIONS
-v, --verbose Verbose output
--version Show version
See code: src/commands/app/add/index.js
@adobe/aio-cli-plugin-app app:add:actionAdd a new action
USAGE
$ @adobe/aio-cli-plugin-app app:add:action
OPTIONS
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--skip-install Skip npm installation after files are created
--version Show version
See code: src/commands/app/add/action.js
@adobe/aio-cli-plugin-app app:add:authAdd auth support
USAGE
$ @adobe/aio-cli-plugin-app app:add:auth
OPTIONS
-v, --verbose Verbose output
--version Show version
See code: src/commands/app/add/auth.js
@adobe/aio-cli-plugin-app app:add:ciAdd CI files
USAGE
$ @adobe/aio-cli-plugin-app app:add:ci
OPTIONS
-v, --verbose Verbose output
--version Show version
See code: src/commands/app/add/ci.js
@adobe/aio-cli-plugin-app app:add:web-assetsAdd web assets support
USAGE
$ @adobe/aio-cli-plugin-app app:add:web-assets
OPTIONS
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--skip-install Skip npm installation after files are created
--version Show version
See code: src/commands/app/add/web-assets.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
-i, --import=import Import an Adobe I/O Developer Console configuration file
-v, --verbose Verbose output
--version Show version
See code: src/commands/app/create.js
@adobe/aio-cli-plugin-app app:deleteDelete a component from an existing Adobe I/O App
USAGE
$ @adobe/aio-cli-plugin-app app:delete
OPTIONS
-v, --verbose Verbose output
--version Show version
See code: src/commands/app/delete/index.js
@adobe/aio-cli-plugin-app app:delete:action [ACTION-NAME]Delete an existing action
USAGE
$ @adobe/aio-cli-plugin-app app:delete:action [ACTION-NAME]
ARGUMENTS
ACTION-NAME Action name to delete, if not specified you will choose from a list of actions
OPTIONS
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--version Show version
See code: src/commands/app/delete/action.js
@adobe/aio-cli-plugin-app app:delete:ciDelete existing CI files
USAGE
$ @adobe/aio-cli-plugin-app app:delete:ci
OPTIONS
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--version Show version
See code: src/commands/app/delete/ci.js
@adobe/aio-cli-plugin-app app:delete:web-assetsDelete existing web assets
USAGE
$ @adobe/aio-cli-plugin-app app:delete:web-assets
OPTIONS
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--version Show version
See code: src/commands/app/delete/web-assets.js
@adobe/aio-cli-plugin-app app:deployBuild and deploy an Adobe I/O App
USAGE
$ @adobe/aio-cli-plugin-app app:deploy
OPTIONS
-a, --action=action Deploy only a specific action, the flags can be specified multiple times
-v, --verbose Verbose output
--skip-actions Skip action build & deploy
--skip-build Skip build phase
--skip-deploy Skip deploy phase
--skip-static Skip build & deployment of static files
--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
-i, --import=import Import an Adobe I/O Developer Console configuration file
-s, --skip-install Skip npm installation after files are created
-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:logsFetch logs for an Adobe I/O App
USAGE
$ @adobe/aio-cli-plugin-app app:logs
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:runRun an Adobe I/O App
USAGE
$ @adobe/aio-cli-plugin-app app:run
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:testRun tests for an Adobe I/O App
USAGE
$ @adobe/aio-cli-plugin-app app:test
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:undeployUndeploys an Adobe I/O App
USAGE
$ @adobe/aio-cli-plugin-app app:undeploy
OPTIONS
-v, --verbose Verbose output
--skip-actions Skip action build & deploy
--skip-static Skip build & deployment of static files
--version Show version
See code: src/commands/app/undeploy.js
@adobe/aio-cli-plugin-app app:use CONFIG_FILE_PATHImport an Adobe I/O Developer Console configuration file
USAGE
$ @adobe/aio-cli-plugin-app app:use CONFIG_FILE_PATH
ARGUMENTS
CONFIG_FILE_PATH path to an Adobe I/O Developer Console configuration file
OPTIONS
-m, --merge Merge any .aio and .env files during import of the Adobe I/O Developer Console configuration file
-v, --verbose Verbose output
-w, --overwrite Overwrite any .aio and .env files during import of the Adobe I/O Developer Console configuration file
--version Show version
See code: src/commands/app/use.js
FAQs
Create, Build and Deploy Adobe I/O Applications
The npm package @adobe/aio-cli-plugin-app receives a total of 4,181 weekly downloads. As such, @adobe/aio-cli-plugin-app popularity was classified as popular.
We found that @adobe/aio-cli-plugin-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 31 open source maintainers collaborating on the project.
Did you know?

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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.