# aio-cli-plugin-runtime **Repository Path**: mirrors_adobe/aio-cli-plugin-runtime ## Basic Information - **Project Name**: aio-cli-plugin-runtime - **Description**: Adobe I/O Runtime plugin for the Adobe I/O CLI - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@adobe/aio-cli-plugin-runtime.svg)](https://npmjs.org/package/@adobe/aio-cli-plugin-runtime) [![Downloads/week](https://img.shields.io/npm/dw/@adobe/aio-cli-plugin-runtime.svg)](https://npmjs.org/package/@adobe/aio-cli-plugin-runtime) ![Node.js CI](https://github.com/adobe/aio-cli-plugin-app/workflows/Node.js%20CI/badge.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/aio-cli-plugin-runtime/master.svg?style=flat-square)](https://codecov.io/gh/adobe/aio-cli-plugin-runtime/) # aio-cli-plugin-runtime Adobe I/O Runtime plugin for the Adobe I/O CLI --- * [aio-cli-plugin-runtime](#aio-cli-plugin-runtime) * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ aio plugins:install @adobe/aio-cli-plugin-runtime $ # OR $ aio discover -i $ aio runtime --help ``` # Commands * [`aio runtime`](#aio-runtime) * [`aio runtime action`](#aio-runtime-action) * [`aio runtime action create ACTIONNAME [ACTIONPATH]`](#aio-runtime-action-create-actionname-actionpath) * [`aio runtime action delete ACTIONNAME`](#aio-runtime-action-delete-actionname) * [`aio runtime action get ACTIONNAME`](#aio-runtime-action-get-actionname) * [`aio runtime action invoke ACTIONNAME`](#aio-runtime-action-invoke-actionname) * [`aio runtime action list [PACKAGENAME]`](#aio-runtime-action-list-packagename) * [`aio runtime action update ACTIONNAME [ACTIONPATH]`](#aio-runtime-action-update-actionname-actionpath) * [`aio runtime activation`](#aio-runtime-activation) * [`aio runtime activation get [ACTIVATIONID]`](#aio-runtime-activation-get-activationid) * [`aio runtime activation list [ACTION_NAME]`](#aio-runtime-activation-list-action_name) * [`aio runtime activation logs [ACTIVATIONID]`](#aio-runtime-activation-logs-activationid) * [`aio runtime activation result [ACTIVATIONID]`](#aio-runtime-activation-result-activationid) * [`aio runtime api`](#aio-runtime-api) * [`aio runtime api create [BASEPATH] [RELPATH] [APIVERB] [ACTION]`](#aio-runtime-api-create-basepath-relpath-apiverb-action) * [`aio runtime api delete BASEPATHORAPINAME [RELPATH] [APIVERB]`](#aio-runtime-api-delete-basepathorapiname-relpath-apiverb) * [`aio runtime api get BASEPATHORAPINAME`](#aio-runtime-api-get-basepathorapiname) * [`aio runtime api list [BASEPATH] [RELPATH] [APIVERB]`](#aio-runtime-api-list-basepath-relpath-apiverb) * [`aio runtime deploy`](#aio-runtime-deploy) * [`aio runtime deploy export`](#aio-runtime-deploy-export) * [`aio runtime deploy report`](#aio-runtime-deploy-report) * [`aio runtime deploy sync`](#aio-runtime-deploy-sync) * [`aio runtime deploy undeploy`](#aio-runtime-deploy-undeploy) * [`aio runtime deploy version`](#aio-runtime-deploy-version) * [`aio runtime namespace`](#aio-runtime-namespace) * [`aio runtime namespace get`](#aio-runtime-namespace-get) * [`aio runtime namespace list`](#aio-runtime-namespace-list) * [`aio runtime namespace log-forwarding`](#aio-runtime-namespace-log-forwarding) * [`aio runtime namespace log-forwarding errors`](#aio-runtime-namespace-log-forwarding-errors) * [`aio runtime namespace log-forwarding get`](#aio-runtime-namespace-log-forwarding-get) * [`aio runtime namespace log-forwarding set`](#aio-runtime-namespace-log-forwarding-set) * [`aio runtime namespace log-forwarding set adobe-io-runtime`](#aio-runtime-namespace-log-forwarding-set-adobe-io-runtime) * [`aio runtime namespace log-forwarding set azure-log-analytics`](#aio-runtime-namespace-log-forwarding-set-azure-log-analytics) * [`aio runtime namespace log-forwarding set new-relic`](#aio-runtime-namespace-log-forwarding-set-new-relic) * [`aio runtime namespace log-forwarding set splunk-hec`](#aio-runtime-namespace-log-forwarding-set-splunk-hec) * [`aio runtime package`](#aio-runtime-package) * [`aio runtime package bind PACKAGENAME BINDPACKAGENAME`](#aio-runtime-package-bind-packagename-bindpackagename) * [`aio runtime package create PACKAGENAME`](#aio-runtime-package-create-packagename) * [`aio runtime package delete PACKAGENAME`](#aio-runtime-package-delete-packagename) * [`aio runtime package get PACKAGENAME`](#aio-runtime-package-get-packagename) * [`aio runtime package list [NAMESPACE]`](#aio-runtime-package-list-namespace) * [`aio runtime package update PACKAGENAME`](#aio-runtime-package-update-packagename) * [`aio runtime property`](#aio-runtime-property) * [`aio runtime property get`](#aio-runtime-property-get) * [`aio runtime property set`](#aio-runtime-property-set) * [`aio runtime property unset`](#aio-runtime-property-unset) * [`aio runtime rule`](#aio-runtime-rule) * [`aio runtime rule create NAME TRIGGER ACTION`](#aio-runtime-rule-create-name-trigger-action) * [`aio runtime rule delete NAME`](#aio-runtime-rule-delete-name) * [`aio runtime rule disable NAME`](#aio-runtime-rule-disable-name) * [`aio runtime rule enable NAME`](#aio-runtime-rule-enable-name) * [`aio runtime rule get NAME`](#aio-runtime-rule-get-name) * [`aio runtime rule list`](#aio-runtime-rule-list) * [`aio runtime rule status NAME`](#aio-runtime-rule-status-name) * [`aio runtime rule update NAME TRIGGER ACTION`](#aio-runtime-rule-update-name-trigger-action) * [`aio runtime trigger`](#aio-runtime-trigger) * [`aio runtime trigger create TRIGGERNAME`](#aio-runtime-trigger-create-triggername) * [`aio runtime trigger delete TRIGGERPATH`](#aio-runtime-trigger-delete-triggerpath) * [`aio runtime trigger fire TRIGGERNAME`](#aio-runtime-trigger-fire-triggername) * [`aio runtime trigger get TRIGGERPATH`](#aio-runtime-trigger-get-triggerpath) * [`aio runtime trigger list`](#aio-runtime-trigger-list) * [`aio runtime trigger update TRIGGERNAME`](#aio-runtime-trigger-update-triggername) ## `aio runtime` Execute runtime commands ``` USAGE $ aio runtime [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug ] [-v] [--version] [--help] FLAGS -i, --insecure bypass certificate check -u, --auth whisk auth -v, --verbose Verbose output --apihost whisk API host --apiversion whisk API version --cert client cert --debug= Debug level output --help Show help --key client key --version Show version DESCRIPTION Execute runtime commands ALIASES $ aio rt ``` _See code: [src/commands/runtime/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/8.1.0/src/commands/runtime/index.js)_ ## `aio runtime action` Manage your actions ``` USAGE $ aio runtime action [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug ] [-v] [--version] [--help] FLAGS -i, --insecure bypass certificate check -u, --auth whisk auth -v, --verbose Verbose output --apihost whisk API host --apiversion whisk API version --cert client cert --debug= Debug level output --help Show help --key client key --version Show version DESCRIPTION Manage your actions ALIASES $ aio rt action ``` _See code: [src/commands/runtime/action/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/8.1.0/src/commands/runtime/action/index.js)_ ## `aio runtime action create ACTIONNAME [ACTIONPATH]` Creates an Action ``` USAGE $ aio runtime action create ACTIONNAME [ACTIONPATH] [--cert ] [--key ] [--apiversion ] [--apihost ] [-u ] [-i] [--debug ] [-v] [--version] [--help] [-r] [-p ] [--copy ] [-e ] [--web-secure --web true|yes|false|no|raw] [-P ] [-E ] [-t ] [-m ] [-l ] [-c ] [--kind ] [-a ] [-A ] [--sequence ] [--docker ] [--main ] [--binary] [--json] FLAGS -A, --annotation-file= FILE containing annotation values in JSON format -E, --env-file= FILE containing environment variables in JSON format -P, --param-file= FILE containing parameter values in JSON format -a, --annotation=... annotation values in KEY VALUE format -c, --concurrency= the maximum number of action invocations to send to the same container in parallel (default 200, min: 1, max: 500) -e, --env=... environment values in KEY VALUE format -i, --insecure bypass certificate check -l, --logsize= the maximum log size LIMIT in MB for the action (default 10, min: 0, max: 10) -m, --memory= the maximum memory LIMIT in MB for the action (default 256, min: 128, max: 4096) -p, --param=... parameter values in KEY VALUE format -r, --use-runtime-auth use Runtime auth [default: false] -t, --timeout= the timeout LIMIT in milliseconds after which the action is terminated (default 60000, min: 100, max: 3600000) -u, --auth= whisk auth -v, --verbose Verbose output --apihost= whisk API host --apiversion= whisk API version --binary treat code artifact as binary --cert= client cert --copy= copy an existing action --debug= Debug level output --docker= [Restricted Access] use provided Docker image (a path on DockerHub) to run the action --help Show help --json output raw json --key= client key --kind= the KIND of the action runtime (example: swift:default, nodejs:default) --main= the name of the action entry point (function or fully-qualified method name when applicable) --sequence= treat ACTION as comma separated sequence of actions to invoke --version Show version --web=