
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@adobe/aio-cli-plugin-runtime
Advanced tools
Adobe I/O Runtime plugin for the Adobe I/O CLI
$ aio plugins:install @adobe/aio-cli-plugin-runtime
$ # OR
$ aio discover -i
$ aio runtime --help
aio runtimeaio runtime actionaio runtime action create ACTIONNAME [ACTIONPATH]aio runtime action delete ACTIONNAMEaio runtime action get ACTIONNAMEaio runtime action invoke ACTIONNAMEaio runtime action list [PACKAGENAME]aio runtime action update ACTIONNAME [ACTIONPATH]aio runtime activationaio runtime activation get [ACTIVATIONID]aio runtime activation list [ACTION_NAME]aio runtime activation logs [ACTIVATIONID]aio runtime activation result [ACTIVATIONID]aio runtime apiaio runtime api create [BASEPATH] [RELPATH] [APIVERB] [ACTION]aio runtime api delete BASEPATHORAPINAME [RELPATH] [APIVERB]aio runtime api get BASEPATHORAPINAMEaio runtime api list [BASEPATH] [RELPATH] [APIVERB]aio runtime deployaio runtime deploy exportaio runtime deploy reportaio runtime deploy syncaio runtime deploy undeployaio runtime deploy versionaio runtime namespaceaio runtime namespace getaio runtime namespace listaio runtime namespace log-forwardingaio runtime namespace log-forwarding errorsaio runtime namespace log-forwarding getaio runtime namespace log-forwarding setaio runtime namespace log-forwarding set adobe-io-runtimeaio runtime namespace log-forwarding set azure-log-analyticsaio runtime namespace log-forwarding set new-relicaio runtime namespace log-forwarding set splunk-hecaio runtime packageaio runtime package bind PACKAGENAME BINDPACKAGENAMEaio runtime package create PACKAGENAMEaio runtime package delete PACKAGENAMEaio runtime package get PACKAGENAMEaio runtime package list [NAMESPACE]aio runtime package update PACKAGENAMEaio runtime propertyaio runtime property getaio runtime property setaio runtime property unsetaio runtime ruleaio runtime rule create NAME TRIGGER ACTIONaio runtime rule delete NAMEaio runtime rule disable NAMEaio runtime rule enable NAMEaio runtime rule get NAMEaio runtime rule listaio runtime rule status NAMEaio runtime rule update NAME TRIGGER ACTIONaio runtime triggeraio runtime trigger create TRIGGERNAMEaio runtime trigger delete TRIGGERPATHaio runtime trigger fire TRIGGERNAMEaio runtime trigger get TRIGGERPATHaio runtime trigger listaio runtime trigger update TRIGGERNAMEaio runtimeExecute runtime commands
USAGE
$ aio runtime [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> 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
aio runtime actionManage your actions
USAGE
$ aio runtime action [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Manage your actions
ALIASES
$ aio rt action
aio runtime action create ACTIONNAME [ACTIONPATH]Creates an Action
USAGE
$ aio runtime action create [ACTIONNAME] [ACTIONPATH] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost
<value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [-p <value>] [--copy <value>] [-e
<value>] [--web-secure <value> --web true|yes|false|no|raw] [-P <value>] [-E <value>] [-t <value>] [-m <value>] [-l
<value>] [-c <value>] [--kind <value>] [-a <value>] [-A <value>] [--sequence <value>] [--docker <value>] [--main
<value>] [--binary] [--json]
FLAGS
-A, --annotation-file=<value> FILE containing annotation values in JSON format
-E, --env-file=<value> FILE containing environment variables in JSON format
-P, --param-file=<value> FILE containing parameter values in JSON format
-a, --annotation=<value>... annotation values in KEY VALUE format
-c, --concurrency=<value> the maximum number of action invocations to send to the same container in parallel
(default 200, min: 1, max: 500)
-e, --env=<value>... environment values in KEY VALUE format
-i, --insecure bypass certificate check
-l, --logsize=<value> the maximum log size LIMIT in MB for the action (default 10, min: 0, max: 10)
-m, --memory=<value> the maximum memory LIMIT in MB for the action (default 256, min: 128, max: 4096)
-p, --param=<value>... parameter values in KEY VALUE format
-r, --use-runtime-auth use Runtime auth [default: false]
-t, --timeout=<value> the timeout LIMIT in milliseconds after which the action is terminated (default 60000,
min: 100, max: 3600000)
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--binary treat code artifact as binary
--cert=<value> client cert
--copy=<value> copy an existing action
--debug=<value> Debug level output
--docker=<value> [Restricted Access] use provided Docker image (a path on DockerHub) to run the action
--help Show help
--json output raw json
--key=<value> client key
--kind=<value> the KIND of the action runtime (example: swift:default, nodejs:default)
--main=<value> the name of the action entry point (function or fully-qualified method name when
applicable)
--sequence=<value> treat ACTION as comma separated sequence of actions to invoke
--version Show version
--web=<option> treat ACTION as a web action or as a raw HTTP web action
<options: true|yes|false|no|raw>
--web-secure=<value> secure the web action (valid values are true, false, or any string)
DESCRIPTION
Creates an Action
ALIASES
$ aio rt action create
aio runtime action delete ACTIONNAMEDeletes an Action
USAGE
$ aio runtime action delete [ACTIONNAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [--json]
FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--version Show version
DESCRIPTION
Deletes an Action
ALIASES
$ aio runtime action del
$ aio rt action delete
$ aio rt action del
aio runtime action get ACTIONNAMERetrieves an Action
USAGE
$ aio runtime action get [ACTIONNAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [-c] [--save] [--save-as <value>]
FLAGS
-c, --code show action code (only works if code is not a zip file)
-i, --insecure bypass certificate check
-r, --url get action url
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--save save action code to file corresponding with action name
--save-as=<value> file to save action code to
--version Show version
DESCRIPTION
Retrieves an Action
ALIASES
$ aio rt action get
aio runtime action invoke ACTIONNAMEInvokes an Action
USAGE
$ aio runtime action invoke [ACTIONNAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-p <value>] [-P <value>] [-b] [-r]
FLAGS
-P, --param-file=<value> FILE containing parameter values in JSON format
-b, --blocking blocking invoke
-i, --insecure bypass certificate check
-p, --param=<value>... parameter values in KEY VALUE format
-r, --result blocking invoke; show only activation result (unless there is a failure)
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Invokes an Action
ALIASES
$ aio rt action invoke
aio runtime action list [PACKAGENAME]Lists all the Actions
USAGE
$ aio runtime action list [PACKAGENAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-l <value>] [-s <value>] [-c] [--json] [--name-sort] [-n]
FLAGS
-c, --count show only the total number of actions
-i, --insecure bypass certificate check
-l, --limit=<value> only return LIMIT number of actions (min: 0, max: 50)
-n, --name sort results by name
-s, --skip=<value> exclude the first SKIP number of actions from the result
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--name-sort sort results by name
--version Show version
DESCRIPTION
Lists all the Actions
ALIASES
$ aio runtime action ls
$ aio runtime actions list
$ aio runtime actions ls
$ aio rt action list
$ aio rt actions list
$ aio rt action ls
$ aio rt actions ls
aio runtime action update ACTIONNAME [ACTIONPATH]Updates an Action
USAGE
$ aio runtime action update [ACTIONNAME] [ACTIONPATH] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost
<value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [-p <value>] [--copy <value>] [-e
<value>] [--web-secure <value> --web true|yes|false|no|raw] [-P <value>] [-E <value>] [-t <value>] [-m <value>] [-l
<value>] [-c <value>] [--kind <value>] [-a <value>] [-A <value>] [--sequence <value>] [--docker <value>] [--main
<value>] [--binary] [--json]
FLAGS
-A, --annotation-file=<value> FILE containing annotation values in JSON format
-E, --env-file=<value> FILE containing environment variables in JSON format
-P, --param-file=<value> FILE containing parameter values in JSON format
-a, --annotation=<value>... annotation values in KEY VALUE format
-c, --concurrency=<value> the maximum number of action invocations to send to the same container in parallel
(default 200, min: 1, max: 500)
-e, --env=<value>... environment values in KEY VALUE format
-i, --insecure bypass certificate check
-l, --logsize=<value> the maximum log size LIMIT in MB for the action (default 10, min: 0, max: 10)
-m, --memory=<value> the maximum memory LIMIT in MB for the action (default 256, min: 128, max: 4096)
-p, --param=<value>... parameter values in KEY VALUE format
-r, --use-runtime-auth use Runtime auth [default: false]
-t, --timeout=<value> the timeout LIMIT in milliseconds after which the action is terminated (default 60000,
min: 100, max: 3600000)
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--binary treat code artifact as binary
--cert=<value> client cert
--copy=<value> copy an existing action
--debug=<value> Debug level output
--docker=<value> [Restricted Access] use provided Docker image (a path on DockerHub) to run the action
--help Show help
--json output raw json
--key=<value> client key
--kind=<value> the KIND of the action runtime (example: swift:default, nodejs:default)
--main=<value> the name of the action entry point (function or fully-qualified method name when
applicable)
--sequence=<value> treat ACTION as comma separated sequence of actions to invoke
--version Show version
--web=<option> treat ACTION as a web action or as a raw HTTP web action
<options: true|yes|false|no|raw>
--web-secure=<value> secure the web action (valid values are true, false, or any string)
DESCRIPTION
Updates an Action
ALIASES
$ aio rt action update
aio runtime activationManage your activations
USAGE
$ aio runtime activation [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Manage your activations
ALIASES
$ aio rt activation
aio runtime activation get [ACTIVATIONID]Retrieves an Activation
USAGE
$ aio runtime activation get [ACTIVATIONID] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>]
[-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-l] [-g]
FLAGS
-g, --logs emit only the logs, stripped of time stamps and stream identifier
-i, --insecure bypass certificate check
-l, --last retrieves the most recent activation
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Retrieves an Activation
ALIASES
$ aio rt activation get
aio runtime activation list [ACTION_NAME]Lists all the Activations
USAGE
$ aio runtime activation list [ACTION_NAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-l <value>] [-s <value>] [--since <value>] [--upto
<value>] [-c] [--json] [-f]
FLAGS
-c, --count show only the total number of activations
-f, --full include full activation description
-i, --insecure bypass certificate check
-l, --limit=<value> only return LIMIT number of activations (min: 0, max: 50)
-s, --skip=<value> exclude the first SKIP number of activations from the result
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--since=<value> return activations with timestamps later than SINCE; measured in milliseconds since Th, 01, Jan
1970
--upto=<value> return activations with timestamps earlier than UPTO; measured in milliseconds since Th, 01, Jan
1970
--version Show version
DESCRIPTION
Lists all the Activations
ALIASES
$ aio runtime activations list
$ aio runtime activation ls
$ aio runtime activations ls
$ aio rt activation list
$ aio rt activation ls
$ aio rt activations list
$ aio rt activations ls
aio runtime activation logs [ACTIVATIONID]Retrieves the Logs for an Activation
USAGE
$ aio runtime activation logs [ACTIVATIONID] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>]
[-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-d | | [-a <value> | -m | -p <value>]] [-r] [--limit
<value> | -l] [-t | -w | -o]
FLAGS
-a, --action=<value> Fetch logs for a specific action
-d, --deployed Fetch logs for all actions deployed under a specific package
-i, --insecure bypass certificate check
-l, --last retrieves the most recent activation logs
-m, --manifest Fetch logs for all actions in the manifest
-o, --poll Fetch logs continuously
-p, --package=<value> Fetch logs for a specific package in the manifest
-r, --strip strip timestamp information and output first line only
-t, --tail Fetch logs continuously
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
-w, --watch Fetch logs continuously
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--limit=<value> return logs only from last LIMIT number of activations (min: 0, max: 50)
--version Show version
DESCRIPTION
Retrieves the Logs for an Activation
ALIASES
$ aio runtime activation log
$ aio runtime log
$ aio runtime logs
$ aio rt activation logs
$ aio rt activation log
$ aio rt log
$ aio rt logs
aio runtime activation result [ACTIVATIONID]Retrieves the Results for an Activation
USAGE
$ aio runtime activation result [ACTIVATIONID] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>]
[-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-l]
FLAGS
-i, --insecure bypass certificate check
-l, --last retrieves the most recent activation result
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Retrieves the Results for an Activation
ALIASES
$ aio rt activation result
aio runtime apiManage your api routes
USAGE
$ aio runtime api [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Manage your api routes
ALIASES
$ aio rt api
$ aio runtime route
$ aio rt route
aio runtime api create [BASEPATH] [RELPATH] [APIVERB] [ACTION]create a new api route
USAGE
$ aio runtime api create [BASEPATH] [RELPATH] [APIVERB] [ACTION] [--cert <value>] [--key <value>] [--apiversion
<value>] [--apihost <value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [-n <value> | -c
<value>] [-r html|http|json|text|svg|json | ]
ARGUMENTS
BASEPATH The base path of the api
RELPATH The path of the api relative to the base path
APIVERB (get|post|put|patch|delete|head|options) The http verb
ACTION The action to call
FLAGS
-c, --config-file=<value> file containing API configuration in swagger JSON format
-i, --insecure bypass certificate check
-n, --apiname=<value> Friendly name of the API; ignored when CFG_FILE is specified (default BASE_PATH)
-r, --response-type=<option> [default: json] Set the web action response TYPE.
<options: html|http|json|text|svg|json>
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
create a new api route
ALIASES
$ aio runtime route create
$ aio rt route create
$ aio rt api create
aio runtime api delete BASEPATHORAPINAME [RELPATH] [APIVERB]delete an API
USAGE
$ aio runtime api delete [BASEPATHORAPINAME] [RELPATH] [APIVERB] [--cert <value>] [--key <value>] [--apiversion
<value>] [--apihost <value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r]
ARGUMENTS
BASEPATHORAPINAME The base path or api name
RELPATH The path of the api relative to the base path
APIVERB (get|post|put|patch|delete|head|options) The http verb
FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
delete an API
ALIASES
$ aio runtime route delete
$ aio rt route delete
$ aio rt api delete
aio runtime api get BASEPATHORAPINAMEget API details
USAGE
$ aio runtime api get [BASEPATHORAPINAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost
<value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help]
ARGUMENTS
BASEPATHORAPINAME The base path or api name
FLAGS
-i, --insecure bypass certificate check
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
get API details
ALIASES
$ aio runtime route get
$ aio rt route get
$ aio rt api get
aio runtime api list [BASEPATH] [RELPATH] [APIVERB]list route/apis for Adobe I/O Runtime
USAGE
$ aio runtime api list [BASEPATH] [RELPATH] [APIVERB] [--cert <value>] [--key <value>] [--apiversion <value>]
[--apihost <value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-l <value>] [-s <value>] [--json]
ARGUMENTS
BASEPATH The base path of the api
RELPATH The path of the api relative to the base path
APIVERB (get|post|put|patch|delete|head|options) The http verb
FLAGS
-i, --insecure bypass certificate check
-l, --limit=<value> only return LIMIT number of triggers
-s, --skip=<value> exclude the first SKIP number of triggers from the result
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--version Show version
DESCRIPTION
list route/apis for Adobe I/O Runtime
ALIASES
$ aio runtime api ls
$ aio runtime route list
$ aio runtime route ls
$ aio rt api list
$ aio rt api ls
$ aio rt route list
$ aio rt route ls
aio runtime deployThe Runtime Deployment Tool
USAGE
$ aio runtime deploy [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u <value>] [-i]
[--debug <value>] [-v] [--version] [--help] [-m <value>] [-d <value>] [--param <value>] [-P <value>]
FLAGS
-P, --param-file=<value> FILE containing parameter values in JSON format
-d, --deployment=<value> the path to the deployment file
-i, --insecure bypass certificate check
-m, --manifest=<value> the manifest file location
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--param=<value>... parameter values in KEY VALUE format
--version Show version
DESCRIPTION
The Runtime Deployment Tool
ALIASES
$ aio rt deploy
aio runtime deploy exportExports managed project assets from Runtime to manifest and function files
USAGE
$ aio runtime deploy export -m <value> --projectname <value> [--cert <value>] [--key <value>] [--apiversion <value>]
[--apihost <value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help]
FLAGS
-i, --insecure bypass certificate check
-m, --manifest=<value> (required) the manifest file location
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--projectname=<value> (required) the name of the project to be undeployed
--version Show version
DESCRIPTION
Exports managed project assets from Runtime to manifest and function files
ALIASES
$ aio rt deploy export
aio runtime deploy reportProvides a summary report of Runtime assets being deployed/undeployed based on manifest/deployment YAML
USAGE
$ aio runtime deploy report [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u <value>] [-i]
[--debug <value>] [-v] [--version] [--help] [-m <value>] [-d <value>]
FLAGS
-d, --deployment=<value> the deployment file location
-i, --insecure bypass certificate check
-m, --manifest=<value> the manifest file location
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Provides a summary report of Runtime assets being deployed/undeployed based on manifest/deployment YAML
ALIASES
$ aio rt deploy report
aio runtime deploy syncA tool to sync deployment and undeployment of Runtime packages using a manifest and optional deployment files using YAML
USAGE
$ aio runtime deploy sync [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u <value>] [-i]
[--debug <value>] [-v] [--version] [--help] [-r] [-m <value>] [-d <value>]
FLAGS
-d, --deployment=<value> the path to the deployment file
-i, --insecure bypass certificate check
-m, --manifest=<value> the manifest file location
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
A tool to sync deployment and undeployment of Runtime packages using a manifest and optional deployment files using
YAML
ALIASES
$ aio rt deploy sync
aio runtime deploy undeployUndeploy removes Runtime assets which were deployed from the manifest and deployment YAML
USAGE
$ aio runtime deploy undeploy [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u <value>] [-i]
[--debug <value>] [-v] [--version] [--help] [-r] [-m <value>] [--projectname <value>]
FLAGS
-i, --insecure bypass certificate check
-m, --manifest=<value> the manifest file location
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--projectname=<value> the name of the project to be undeployed
--version Show version
DESCRIPTION
Undeploy removes Runtime assets which were deployed from the manifest and deployment YAML
ALIASES
$ aio rt deploy undeploy
aio runtime deploy versionPrints the version number of aio runtime deploy
USAGE
$ aio runtime deploy version [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Prints the version number of aio runtime deploy
ALIASES
$ aio rt deploy version
aio runtime namespaceManage your namespaces
USAGE
$ aio runtime namespace [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Manage your namespaces
ALIASES
$ aio runtime ns
$ aio rt namespace
$ aio rt ns
aio runtime namespace getGet triggers, actions, and rules in the registry for namespace
USAGE
$ aio runtime namespace get [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u <value>] [-i]
[--debug <value>] [-v] [--version] [--help] [--json] [--name-sort] [-n]
FLAGS
-i, --insecure bypass certificate check
-n, --name sort results by name
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--name-sort sort results by name
--version Show version
DESCRIPTION
Get triggers, actions, and rules in the registry for namespace
ALIASES
$ aio rt get
$ aio runtime list
$ aio rt list
$ aio runtime ls
$ aio rt ls
aio runtime namespace listLists all of your namespaces for Adobe I/O Runtime
USAGE
$ aio runtime namespace list [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u <value>] [-i]
[--debug <value>] [-v] [--version] [--help] [--json]
FLAGS
-i, --insecure bypass certificate check
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--version Show version
DESCRIPTION
Lists all of your namespaces for Adobe I/O Runtime
ALIASES
$ aio runtime namespace ls
$ aio runtime ns list
$ aio runtime ns ls
$ aio rt namespace list
$ aio rt namespace ls
$ aio rt ns list
$ aio rt ns ls
aio runtime namespace log-forwardingManage log forwarding settings
USAGE
$ aio runtime namespace log-forwarding [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Manage log forwarding settings
ALIASES
$ aio runtime ns log-forwarding
$ aio runtime ns lf
$ aio runtime namespace lf
$ aio rt namespace log-forwarding
$ aio rt namespace lf
$ aio rt ns log-forwarding
$ aio rt ns lf
aio runtime namespace log-forwarding errorsGet log forwarding errors
USAGE
$ aio runtime namespace log-forwarding errors [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Get log forwarding errors
ALIASES
$ aio runtime ns log-forwarding errors
$ aio runtime ns lf errors
$ aio runtime namespace lf errors
$ aio rt namespace log-forwarding errors
$ aio rt namespace lf errors
$ aio rt ns log-forwarding errors
$ aio rt ns lf errors
aio runtime namespace log-forwarding getGet log forwarding destination configuration
USAGE
$ aio runtime namespace log-forwarding get [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Get log forwarding destination configuration
ALIASES
$ aio runtime ns log-forwarding get
$ aio runtime ns lf get
$ aio runtime namespace lf get
$ aio rt namespace log-forwarding get
$ aio rt namespace lf get
$ aio rt ns log-forwarding get
$ aio rt ns lf get
aio runtime namespace log-forwarding setConfigure log forwarding destination (interactive)
USAGE
$ aio runtime namespace log-forwarding set [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Configure log forwarding destination (interactive)
ALIASES
$ aio runtime ns log-forwarding set
$ aio runtime ns lf set
$ aio runtime namespace lf set
$ aio rt namespace log-forwarding set
$ aio rt namespace lf set
$ aio rt ns log-forwarding set
$ aio rt ns lf set
aio runtime namespace log-forwarding set adobe-io-runtimeSet log forwarding destination to Adobe I/O Runtime (Logs will be accessible via aio CLI)
USAGE
$ aio runtime namespace log-forwarding set adobe-io-runtime [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Set log forwarding destination to Adobe I/O Runtime (Logs will be accessible via aio CLI)
ALIASES
$ aio runtime ns log-forwarding set adobe-io-runtime
$ aio runtime ns lf set adobe-io-runtime
$ aio runtime namespace lf set adobe-io-runtime
$ aio rt namespace log-forwarding set adobe-io-runtime
$ aio rt namespace lf set adobe-io-runtime
$ aio rt ns log-forwarding set adobe-io-runtime
$ aio rt ns lf set adobe-io-runtime
aio runtime namespace log-forwarding set azure-log-analyticsSet log forwarding destination to Azure Log Analytics
USAGE
$ aio runtime namespace log-forwarding set azure-log-analytics --customer-id <value> --shared-key <value> --log-type <value> [--cert] [--key] [--apiversion]
[--apihost] [-u] [-i] [--debug <value>] [-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
--customer-id=<value> (required) Customer ID
--debug=<value> Debug level output
--help Show help
--key client key
--log-type=<value> (required) Log type
--shared-key=<value> (required) Shared key
--version Show version
DESCRIPTION
Set log forwarding destination to Azure Log Analytics
ALIASES
$ aio runtime ns log-forwarding set azure-log-analytics
$ aio runtime ns lf set azure-log-analytics
$ aio runtime namespace lf set azure-log-analytics
$ aio rt namespace log-forwarding set azure-log-analytics
$ aio rt namespace lf set azure-log-analytics
$ aio rt ns log-forwarding set azure-log-analytics
$ aio rt ns lf set azure-log-analytics
aio runtime namespace log-forwarding set new-relicSet log forwarding destination to New Relic
USAGE
$ aio runtime namespace log-forwarding set new-relic --base-uri <value> --license-key <value> [--cert] [--key] [--apiversion] [--apihost] [-u]
[-i] [--debug <value>] [-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
--base-uri=<value> (required) Base URI
--cert client cert
--debug=<value> Debug level output
--help Show help
--key client key
--license-key=<value> (required) License Key
--version Show version
DESCRIPTION
Set log forwarding destination to New Relic
ALIASES
$ aio runtime ns log-forwarding set new-relic
$ aio runtime ns lf set new-relic
$ aio runtime namespace lf set new-relic
$ aio rt namespace log-forwarding set new-relic
$ aio rt namespace lf set new-relic
$ aio rt ns log-forwarding set new-relic
$ aio rt ns lf set new-relic
aio runtime namespace log-forwarding set splunk-hecSet log forwarding destination to Splunk HEC
USAGE
$ aio runtime namespace log-forwarding set splunk-hec --host <value> --port <value> --index <value> --hec-token <value> [--cert] [--key]
[--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--hec-token=<value> (required) HEC token
--help Show help
--host=<value> (required) Host
--index=<value> (required) Index
--key client key
--port=<value> (required) Port
--version Show version
DESCRIPTION
Set log forwarding destination to Splunk HEC
ALIASES
$ aio runtime ns log-forwarding set splunk-hec
$ aio runtime ns lf set splunk-hec
$ aio runtime namespace lf set splunk-hec
$ aio rt namespace log-forwarding set splunk-hec
$ aio rt namespace lf set splunk-hec
$ aio rt ns log-forwarding set splunk-hec
$ aio rt ns lf set splunk-hec
aio runtime packageManage your packages
USAGE
$ aio runtime package [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Manage your packages
ALIASES
$ aio runtime pkg
$ aio rt package
$ aio rt pkg
aio runtime package bind PACKAGENAME BINDPACKAGENAMEBind parameters to a package
USAGE
$ aio runtime package bind [PACKAGENAME] [BINDPACKAGENAME] [--cert <value>] [--key <value>] [--apiversion <value>]
[--apihost <value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-p <value>] [-P <value>] [-a
<value>] [-A <value>] [--json]
FLAGS
-A, --annotation-file=<value> FILE containing annotation values in JSON format
-P, --param-file=<value> parameter to be passed to the package for json file
-a, --annotation=<value>... annotation values in KEY VALUE format
-i, --insecure bypass certificate check
-p, --param=<value>... parameters in key value pairs to be passed to the package
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--version Show version
DESCRIPTION
Bind parameters to a package
ALIASES
$ aio runtime pkg bind
$ aio rt package bind
$ aio rt pkg bind
aio runtime package create PACKAGENAMECreates a Package
USAGE
$ aio runtime package create [PACKAGENAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-p <value>] [-P <value>] [--shared true|yes|false|no] [-a
<value>] [-A <value>] [--json]
FLAGS
-A, --annotation-file=<value> FILE containing annotation values in JSON format
-P, --param-file=<value> parameter to be passed to the package for json file
-a, --annotation=<value>... annotation values in KEY VALUE format
-i, --insecure bypass certificate check
-p, --param=<value>... parameters in key value pairs to be passed to the package
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--shared=<option> parameter to be passed to indicate whether package is shared or private
<options: true|yes|false|no>
--version Show version
DESCRIPTION
Creates a Package
ALIASES
$ aio runtime pkg create
$ aio rt package create
$ aio rt pkg create
aio runtime package delete PACKAGENAMEDeletes a Package
USAGE
$ aio runtime package delete [PACKAGENAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [--json] [-r]
FLAGS
-i, --insecure bypass certificate check
-r, --recursive Deletes all associated actions (and rules & triggers associated with the actions)
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--version Show version
DESCRIPTION
Deletes a Package
ALIASES
$ aio runtime pkg delete
$ aio rt package delete
$ aio rt pkg delete
aio runtime package get PACKAGENAMERetrieves a Package
USAGE
$ aio runtime package get [PACKAGENAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help]
FLAGS
-i, --insecure bypass certificate check
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Retrieves a Package
ALIASES
$ aio runtime pkg get
$ aio rt package get
$ aio rt pkg get
aio runtime package list [NAMESPACE]Lists all the Packages
USAGE
$ aio runtime package list [NAMESPACE] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-l <value>] [-s <value>] [-c] [--json] [--name-sort] [-n]
FLAGS
-c, --count show only the total number of packages
-i, --insecure bypass certificate check
-l, --limit=<value> only return LIMIT number of packages (min: 0, max: 50)
-n, --name sort results by name
-s, --skip=<value> exclude the first SKIP number of packages from the result
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--name-sort sort results by name
--version Show version
DESCRIPTION
Lists all the Packages
ALIASES
$ aio runtime package ls
$ aio runtime pkg list
$ aio runtime pkg ls
$ aio rt package list
$ aio rt package ls
$ aio rt pkg list
$ aio rt pkg ls
aio runtime package update PACKAGENAMEUpdates a Package
USAGE
$ aio runtime package update [PACKAGENAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-p <value>] [-P <value>] [--shared true|yes|false|no] [-a
<value>] [-A <value>] [--json]
FLAGS
-A, --annotation-file=<value> FILE containing annotation values in JSON format
-P, --param-file=<value> parameter to be passed to the package for json file
-a, --annotation=<value>... annotation values in KEY VALUE format
-i, --insecure bypass certificate check
-p, --param=<value>... parameters in key value pairs to be passed to the package
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--shared=<option> parameter to be passed to indicate whether package is shared or private
<options: true|yes|false|no>
--version Show version
DESCRIPTION
Updates a Package
ALIASES
$ aio runtime pkg update
$ aio rt package update
$ aio rt pkg update
aio runtime propertyExecute property commands
USAGE
$ aio runtime property [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Execute property commands
ALIASES
$ aio runtime prop
$ aio rt prop
$ aio rt property
aio runtime property getget property
USAGE
$ aio runtime property get [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v] [--version]
[--help] [--namespace] [--all] [--apibuild] [--apibuildno] [--cliversion]
FLAGS
-i, --insecure bypass certificate check
-u, --auth whisk auth
-v, --verbose Verbose output
--all all properties
--apibuild whisk API build version
--apibuildno whisk API build number
--apihost whisk API host
--apiversion whisk API version
--cert client cert
--cliversion whisk CLI version
--debug=<value> Debug level output
--help Show help
--key client key
--namespace whisk namespace
--version Show version
DESCRIPTION
get property
ALIASES
$ aio runtime prop get
$ aio rt property get
$ aio rt prop get
aio runtime property setset property
USAGE
$ aio runtime property set [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v] [--version]
[--help] [--namespace <value>]
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=<value> Debug level output
--help Show help
--key client key
--namespace=<value> whisk namespace
--version Show version
DESCRIPTION
set property
ALIASES
$ aio runtime prop set
$ aio rt property set
$ aio rt prop set
aio runtime property unsetunset property
USAGE
$ aio runtime property unset [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v] [--version]
[--help] [--namespace]
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=<value> Debug level output
--help Show help
--key client key
--namespace whisk namespace
--version Show version
DESCRIPTION
unset property
ALIASES
$ aio runtime prop unset
$ aio rt property unset
$ aio rt prop unset
aio runtime ruleManage your rules
USAGE
$ aio runtime rule [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Manage your rules
ALIASES
$ aio rt rule
aio runtime rule create NAME TRIGGER ACTIONCreate a Rule
USAGE
$ aio runtime rule create [NAME] [TRIGGER] [ACTION] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost
<value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [--json]
ARGUMENTS
NAME Name of the rule
TRIGGER Name of the trigger
ACTION Name of the action
FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--version Show version
DESCRIPTION
Create a Rule
ALIASES
$ aio rt rule create
aio runtime rule delete NAMEDelete a Rule
USAGE
$ aio runtime rule delete [NAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [--json]
ARGUMENTS
NAME Name of the rule
FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--version Show version
DESCRIPTION
Delete a Rule
ALIASES
$ aio rt rule delete
aio runtime rule disable NAMEDisable a Rule
USAGE
$ aio runtime rule disable [NAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r]
ARGUMENTS
NAME Name of the rule
FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Disable a Rule
ALIASES
$ aio rt rule disable
aio runtime rule enable NAMEEnable a Rule
USAGE
$ aio runtime rule enable [NAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r]
ARGUMENTS
NAME Name of the rule
FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Enable a Rule
ALIASES
$ aio rt rule enable
aio runtime rule get NAMERetrieves a Rule
USAGE
$ aio runtime rule get [NAME] [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v]
[--version] [--help]
ARGUMENTS
NAME Name of the rule
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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Retrieves a Rule
ALIASES
$ aio rt rule get
aio runtime rule listRetrieves a list of Rules
USAGE
$ aio runtime rule list [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v] [--version]
[--help] [-l <value>] [-s <value>] [-c] [--json] [--name-sort] [-n]
FLAGS
-c, --count show only the total number of rules
-i, --insecure bypass certificate check
-l, --limit=<value> Limit number of rules returned (min: 0, max: 50)
-n, --name sort results by name
-s, --skip=<value> Skip number of rules returned
-u, --auth whisk auth
-v, --verbose Verbose output
--apihost whisk API host
--apiversion whisk API version
--cert client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key client key
--name-sort sort results by name
--version Show version
DESCRIPTION
Retrieves a list of Rules
ALIASES
$ aio runtime rule ls
$ aio rt rule list
$ aio rt rule ls
aio runtime rule status NAMEGets the status of a rule
USAGE
$ aio runtime rule status [NAME] [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v]
[--version] [--help]
ARGUMENTS
NAME Name of the rule
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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Gets the status of a rule
ALIASES
$ aio rt rule status
aio runtime rule update NAME TRIGGER ACTIONUpdate a Rule
USAGE
$ aio runtime rule update [NAME] [TRIGGER] [ACTION] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost
<value>] [-u <value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [--json]
ARGUMENTS
NAME Name of the rule
TRIGGER Name of the trigger
ACTION Name of the action
FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key=<value> client key
--version Show version
DESCRIPTION
Update a Rule
ALIASES
$ aio rt rule update
aio runtime triggerManage your triggers
USAGE
$ aio runtime trigger [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Manage your triggers
ALIASES
$ aio rt trigger
aio runtime trigger create TRIGGERNAMECreate a trigger for Adobe I/O Runtime
USAGE
$ aio runtime trigger create [TRIGGERNAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [-p <value>] [-P <value>] [-a <value>] [-A <value>]
[-f <value>]
ARGUMENTS
TRIGGERNAME The name of the trigger
FLAGS
-A, --annotation-file=<value> FILE containing annotation values in JSON format
-P, --param-file=<value> FILE containing parameter values in JSON format
-a, --annotation=<value>... annotation values in KEY VALUE format
-f, --feed=<value> trigger feed ACTION_NAME
-i, --insecure bypass certificate check
-p, --param=<value>... parameter values in KEY VALUE format
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Create a trigger for Adobe I/O Runtime
ALIASES
$ aio rt trigger create
aio runtime trigger delete TRIGGERPATHDelete a trigger for Adobe I/O Runtime
USAGE
$ aio runtime trigger delete [TRIGGERPATH] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r]
ARGUMENTS
TRIGGERPATH The name of the trigger, in the format /NAMESPACE/NAME
FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Delete a trigger for Adobe I/O Runtime
ALIASES
$ aio rt trigger delete
aio runtime trigger fire TRIGGERNAMEFire a trigger for Adobe I/O Runtime
USAGE
$ aio runtime trigger fire [TRIGGERNAME] [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v]
[--version] [--help] [-p <value>] [-P <value>]
ARGUMENTS
TRIGGERNAME The name of the trigger
FLAGS
-P, --param-file=<value> FILE containing parameter values in JSON format
-i, --insecure bypass certificate check
-p, --param=<value>... parameter values in KEY VALUE format
-u, --auth whisk auth
-v, --verbose Verbose output
--apihost whisk API host
--apiversion whisk API version
--cert client cert
--debug=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Fire a trigger for Adobe I/O Runtime
ALIASES
$ aio rt trigger fire
aio runtime trigger get TRIGGERPATHGet a trigger for Adobe I/O Runtime
USAGE
$ aio runtime trigger get [TRIGGERPATH] [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v]
[--version] [--help]
ARGUMENTS
TRIGGERPATH The name/path of the trigger, in the format /NAMESPACE/NAME
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=<value> Debug level output
--help Show help
--key client key
--version Show version
DESCRIPTION
Get a trigger for Adobe I/O Runtime
ALIASES
$ aio rt trigger get
aio runtime trigger listLists all of your triggers for Adobe I/O Runtime
USAGE
$ aio runtime trigger list [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug <value>] [-v] [--version]
[--help] [-l <value>] [-s <value>] [-c] [--json] [--name-sort] [-n]
FLAGS
-c, --count show only the total number of triggers
-i, --insecure bypass certificate check
-l, --limit=<value> [default: 30] only return LIMIT number of triggers (min: 0, max: 50)
-n, --name sort results by name
-s, --skip=<value> exclude the first SKIP number of triggers from the result
-u, --auth whisk auth
-v, --verbose Verbose output
--apihost whisk API host
--apiversion whisk API version
--cert client cert
--debug=<value> Debug level output
--help Show help
--json output raw json
--key client key
--name-sort sort results by name
--version Show version
DESCRIPTION
Lists all of your triggers for Adobe I/O Runtime
ALIASES
$ aio runtime trigger ls
$ aio rt trigger list
$ aio rt trigger ls
aio runtime trigger update TRIGGERNAMEUpdate or create a trigger for Adobe I/O Runtime
USAGE
$ aio runtime trigger update [TRIGGERNAME] [--cert <value>] [--key <value>] [--apiversion <value>] [--apihost <value>] [-u
<value>] [-i] [--debug <value>] [-v] [--version] [--help] [-r] [-p <value>] [-P <value>] [-a <value>] [-A <value>]
ARGUMENTS
TRIGGERNAME The name of the trigger
FLAGS
-A, --annotation-file=<value> FILE containing annotation values in JSON format
-P, --param-file=<value> FILE containing parameter values in JSON format
-a, --annotation=<value>... annotation values in KEY VALUE format
-i, --insecure bypass certificate check
-p, --param=<value>... parameter values in KEY VALUE format
-r, --use-runtime-auth use Runtime auth [default: false]
-u, --auth=<value> whisk auth
-v, --verbose Verbose output
--apihost=<value> whisk API host
--apiversion=<value> whisk API version
--cert=<value> client cert
--debug=<value> Debug level output
--help Show help
--key=<value> client key
--version Show version
DESCRIPTION
Update or create a trigger for Adobe I/O Runtime
ALIASES
$ aio rt trigger update
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Adobe I/O Runtime commands for the Adobe I/O CLI
The npm package @adobe/aio-cli-plugin-runtime receives a total of 3,867 weekly downloads. As such, @adobe/aio-cli-plugin-runtime popularity was classified as popular.
We found that @adobe/aio-cli-plugin-runtime 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.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.