Adobe I/O Runtime commands for the Adobe I/O CLI
npm install @adobe/aio-cli-plugin-runtime


!Node.js CI


Adobe I/O Runtime plugin for the Adobe I/O CLI
---
* aio-cli-plugin-runtime
* Usage
* Commands
sh-session
$ aio plugins:install @adobe/aio-cli-plugin-runtime
$ # OR
$ aio discover -i
$ aio runtime --help
`Commands
* aio runtime
* aio runtime action
* [aio runtime action create ACTIONNAME [ACTIONPATH]](#aio-runtime-action-create-actionname-actionpath)
* aio runtime action delete ACTIONNAME
* aio runtime action get 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 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 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 list [BASEPATH] [RELPATH] [APIVERB]](#aio-runtime-api-list-basepath-relpath-apiverb)
* aio runtime deploy
* aio runtime deploy export
* aio runtime deploy report
* aio runtime deploy sync
* aio runtime deploy undeploy
* aio runtime deploy version
* aio runtime namespace
* aio runtime namespace get
* aio runtime namespace list
* aio runtime namespace log-forwarding
* aio runtime namespace log-forwarding errors
* aio runtime namespace log-forwarding get
* aio runtime namespace log-forwarding set
* aio runtime namespace log-forwarding set adobe-io-runtime
* aio runtime namespace log-forwarding set azure-log-analytics
* aio runtime namespace log-forwarding set new-relic
* aio runtime namespace log-forwarding set splunk-hec
* aio runtime package
* aio runtime package bind PACKAGENAME BINDPACKAGENAME
* aio runtime package create PACKAGENAME
* aio runtime package delete PACKAGENAME
* aio runtime package get PACKAGENAME
* [aio runtime package list [NAMESPACE]](#aio-runtime-package-list-namespace)
* aio runtime package update PACKAGENAME
* aio runtime property
* aio runtime property get
* aio runtime property set
* aio runtime property unset
* aio runtime rule
* aio runtime rule create NAME TRIGGER ACTION
* aio runtime rule delete NAME
* aio runtime rule disable NAME
* aio runtime rule enable NAME
* aio runtime rule get NAME
* aio runtime rule list
* aio runtime rule status NAME
* aio runtime rule update NAME TRIGGER ACTION
* aio runtime trigger
* aio runtime trigger create TRIGGERNAME
* aio runtime trigger delete TRIGGERPATH
* aio runtime trigger fire TRIGGERNAME
* aio runtime trigger get TRIGGERPATH
* aio runtime trigger list
* aio runtime trigger update TRIGGERNAMEaio runtimeExecute 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_
aio runtime actionManage 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_
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=
DESCRIPTION
Creates an Action
ALIASES
$ aio rt action create
`_See code: src/commands/runtime/action/create.js_
aio runtime action delete ACTIONNAMEDeletes an Action
`
USAGE
$ aio runtime action delete ACTIONNAME [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-v] [--version] [--help] [-r] [--json]FLAGS
-i, --insecure bypass certificate check
-r, --use-runtime-auth use Runtime auth [default: false]
-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
--json output raw json
--key= client key
--version Show version
DESCRIPTION
Deletes an Action
ALIASES
$ aio runtime action del
$ aio rt action delete
$ aio rt action del
`_See code: src/commands/runtime/action/delete.js_
aio runtime action get ACTIONNAMERetrieves an Action
`
USAGE
$ aio runtime action get ACTIONNAME [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-v] [--version] [--help] [-r] [-c] [--save] [--save-as ]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= 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
--save save action code to file corresponding with action name
--save-as= file to save action code to
--version Show version
DESCRIPTION
Retrieves an Action
ALIASES
$ aio rt action get
`_See code: src/commands/runtime/action/get.js_
aio runtime action invoke ACTIONNAMEInvokes an Action
`
USAGE
$ aio runtime action invoke ACTIONNAME [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-v] [--version] [--help] [-p ] [-P ] [-b] [-r]FLAGS
-P, --param-file= FILE containing parameter values in JSON format
-b, --blocking blocking invoke
-i, --insecure bypass certificate check
-p, --param=... parameter values in KEY VALUE format
-r, --result blocking invoke; show only activation result (unless there is a failure)
-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
Invokes an Action
ALIASES
$ aio rt action invoke
`_See code: src/commands/runtime/action/invoke.js_
aio runtime action list [PACKAGENAME]Lists all the Actions
`
USAGE
$ aio runtime action list [PACKAGENAME] [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-v] [--version] [--help] [-l ] [-s ] [-c] [--json] [--name-sort] [-n]FLAGS
-c, --count show only the total number of actions
-i, --insecure bypass certificate check
-l, --limit= only return LIMIT number of actions (min: 0, max: 50)
-n, --name sort results by name
-s, --skip= exclude the first SKIP number of actions from the result
-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
--json output raw json
--key= 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
`_See code: src/commands/runtime/action/list.js_
aio runtime action update ACTIONNAME [ACTIONPATH]Updates an Action
`
USAGE
$ aio runtime action update 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=
DESCRIPTION
Updates an Action
ALIASES
$ aio rt action update
`_See code: src/commands/runtime/action/update.js_
aio runtime activationManage your activations
`
USAGE
$ aio runtime activation [--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 activations
ALIASES
$ aio rt activation
`_See code: src/commands/runtime/activation/index.js_
aio runtime activation get [ACTIVATIONID]Retrieves an Activation
`
USAGE
$ aio runtime activation get [ACTIVATIONID] [--cert ] [--key ] [--apiversion ] [--apihost ]
[-u ] [-i] [--debug ] [-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= 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
Retrieves an Activation
ALIASES
$ aio rt activation get
`_See code: src/commands/runtime/activation/get.js_
aio runtime activation list [ACTION_NAME]Lists all the Activations
`
USAGE
$ aio runtime activation list [ACTION_NAME] [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-v] [--version] [--help] [-l ] [-s ] [--since ] [--upto
] [-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= only return LIMIT number of activations (min: 0, max: 50)
-s, --skip= exclude the first SKIP number of activations from the result
-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
--json output raw json
--key= client key
--since= return activations with timestamps later than SINCE; measured in milliseconds since Th, 01, Jan
1970
--upto= 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
`_See code: src/commands/runtime/activation/list.js_
aio runtime activation logs [ACTIVATIONID]Retrieves the Logs for an Activation
`
USAGE
$ aio runtime activation logs [ACTIVATIONID] [--cert ] [--key ] [--apiversion ] [--apihost ]
[-u ] [-i] [--debug ] [-v] [--version] [--help] [-d | | [-a | -m | -p ]] [-r] [--limit
| -l] [-t | -w | -o]FLAGS
-a, --action= 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= 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= whisk auth
-v, --verbose Verbose output
-w, --watch Fetch logs continuously
--apihost= whisk API host
--apiversion= whisk API version
--cert= client cert
--debug= Debug level output
--help Show help
--key= client key
--limit= 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
`_See code: src/commands/runtime/activation/logs.js_
aio runtime activation result [ACTIVATIONID]Retrieves the Results for an Activation
`
USAGE
$ aio runtime activation result [ACTIVATIONID] [--cert ] [--key ] [--apiversion ] [--apihost ]
[-u ] [-i] [--debug ] [-v] [--version] [--help] [-l]FLAGS
-i, --insecure bypass certificate check
-l, --last retrieves the most recent activation result
-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
Retrieves the Results for an Activation
ALIASES
$ aio rt activation result
`_See code: src/commands/runtime/activation/result.js_
aio runtime apiManage your api routes
`
USAGE
$ aio runtime api [--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 api routes
ALIASES
$ aio rt api
$ aio runtime route
$ aio rt route
`_See code: src/commands/runtime/api/index.js_
aio runtime api create [BASEPATH] [RELPATH] [APIVERB] [ACTION]create a new api route
`
USAGE
$ aio runtime api create [BASEPATH] [RELPATH] [APIVERB] [ACTION] [--cert ] [--key ] [--apiversion
] [--apihost ] [-u ] [-i] [--debug ] [-v] [--version] [--help] [-r] [-n | -c
] [-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= file containing API configuration in swagger JSON format
-i, --insecure bypass certificate check
-n, --apiname= Friendly name of the API; ignored when CFG_FILE is specified (default BASE_PATH)
-r, --response-type=
DESCRIPTION
create a new api route
ALIASES
$ aio runtime route create
$ aio rt route create
$ aio rt api create
`_See code: src/commands/runtime/api/create.js_
aio runtime api delete BASEPATHORAPINAME [RELPATH] [APIVERB]delete an API
`
USAGE
$ aio runtime api delete BASEPATHORAPINAME [RELPATH] [APIVERB] [--cert ] [--key ] [--apiversion ]
[--apihost ] [-u ] [-i] [--debug ] [-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= 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
delete an API
ALIASES
$ aio runtime route delete
$ aio rt route delete
$ aio rt api delete
`_See code: src/commands/runtime/api/delete.js_
aio runtime api get BASEPATHORAPINAMEget API details
`
USAGE
$ aio runtime api get BASEPATHORAPINAME [--cert ] [--key ] [--apiversion ] [--apihost ]
[-u ] [-i] [--debug ] [-v] [--version] [--help]ARGUMENTS
BASEPATHORAPINAME The base path or api 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= Debug level output
--help Show help
--key= client key
--version Show version
DESCRIPTION
get API details
ALIASES
$ aio runtime route get
$ aio rt route get
$ aio rt api get
`_See code: src/commands/runtime/api/get.js_
aio runtime api list [BASEPATH] [RELPATH] [APIVERB]list route/apis for Adobe I/O Runtime
`
USAGE
$ aio runtime api list [BASEPATH] [RELPATH] [APIVERB] [--cert ] [--key ] [--apiversion ]
[--apihost ] [-u ] [-i] [--debug ] [-v] [--version] [--help] [-l ] [-s ] [--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= only return LIMIT number of triggers
-s, --skip= 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= Debug level output
--help Show help
--json output raw json
--key= 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
`_See code: src/commands/runtime/api/list.js_
aio runtime deployThe Runtime Deployment Tool
`
USAGE
$ aio runtime deploy [--cert ] [--key ] [--apiversion ] [--apihost ] [-u ] [-i]
[--debug ] [-v] [--version] [--help] [-m ] [-d ] [--param ] [-P ]FLAGS
-P, --param-file= FILE containing parameter values in JSON format
-d, --deployment= the path to the deployment file
-i, --insecure bypass certificate check
-m, --manifest= the manifest file location
-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
--param=... parameter values in KEY VALUE format
--version Show version
DESCRIPTION
The Runtime Deployment Tool
ALIASES
$ aio rt deploy
`_See code: src/commands/runtime/deploy/index.js_
aio runtime deploy exportExports managed project assets from Runtime to manifest and function files
`
USAGE
$ aio runtime deploy export -m --projectname [--cert ] [--key ] [--apiversion ]
[--apihost ] [-u ] [-i] [--debug ] [-v] [--version] [--help]FLAGS
-i, --insecure bypass certificate check
-m, --manifest= (required) the manifest file location
-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
--projectname= (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
`_See code: src/commands/runtime/deploy/export.js_
aio runtime deploy reportProvides a summary report of Runtime assets being deployed/undeployed based on manifest/deployment YAML
`
USAGE
$ aio runtime deploy report [--cert ] [--key ] [--apiversion ] [--apihost ] [-u ] [-i]
[--debug ] [-v] [--version] [--help] [-m ] [-d ]FLAGS
-d, --deployment= the deployment file location
-i, --insecure bypass certificate check
-m, --manifest= the manifest file location
-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
Provides a summary report of Runtime assets being deployed/undeployed based on manifest/deployment YAML
ALIASES
$ aio rt deploy report
`_See code: src/commands/runtime/deploy/report.js_
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 ] [--key ] [--apiversion ] [--apihost ] [-u ] [-i]
[--debug ] [-v] [--version] [--help] [-r] [-m ] [-d ]FLAGS
-d, --deployment= the path to the deployment file
-i, --insecure bypass certificate check
-m, --manifest= the manifest file location
-r, --use-runtime-auth use Runtime auth [default: false]
-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
A tool to sync deployment and undeployment of Runtime packages using a manifest and optional deployment files using
YAML
ALIASES
$ aio rt deploy sync
`_See code: src/commands/runtime/deploy/sync.js_
aio runtime deploy undeployUndeploy removes Runtime assets which were deployed from the manifest and deployment YAML
`
USAGE
$ aio runtime deploy undeploy [--cert ] [--key ] [--apiversion ] [--apihost ] [-u ] [-i]
[--debug ] [-v] [--version] [--help] [-r] [-m ] [--projectname ]FLAGS
-i, --insecure bypass certificate check
-m, --manifest= the manifest file location
-r, --use-runtime-auth use Runtime auth [default: false]
-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
--projectname= 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
`_See code: src/commands/runtime/deploy/undeploy.js_
aio runtime deploy versionPrints the version number of aio runtime deploy
`
USAGE
$ aio runtime deploy version [--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
Prints the version number of aio runtime deploy
ALIASES
$ aio rt deploy version
`_See code: src/commands/runtime/deploy/version.js_
aio runtime namespaceManage your namespaces
`
USAGE
$ aio runtime namespace [--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 namespaces
ALIASES
$ aio runtime ns
$ aio rt namespace
$ aio rt ns
`_See code: src/commands/runtime/namespace/index.js_
aio runtime namespace getGet triggers, actions, and rules in the registry for namespace
`
USAGE
$ aio runtime namespace get [--cert ] [--key ] [--apiversion ] [--apihost ] [-u ] [-i]
[--debug ] [-v] [--version] [--help] [--json] [--name-sort] [-n]FLAGS
-i, --insecure bypass certificate check
-n, --name sort results by name
-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
--json output raw json
--key= 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
`_See code: src/commands/runtime/namespace/get.js_
aio runtime namespace listLists all of your namespaces for Adobe I/O Runtime
`
USAGE
$ aio runtime namespace list [--cert ] [--key ] [--apiversion ] [--apihost ] [-u ] [-i]
[--debug ] [-v] [--version] [--help] [--json]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
--json output raw json
--key= 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
`_See code: src/commands/runtime/namespace/list.js_
aio runtime namespace log-forwardingManage log forwarding settings
`
USAGE
$ aio runtime namespace log-forwarding [--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 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
`_See code: src/commands/runtime/namespace/log-forwarding/index.js_
aio runtime namespace log-forwarding errorsGet log forwarding errors
`
USAGE
$ aio runtime namespace log-forwarding errors [--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
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
`_See code: src/commands/runtime/namespace/log-forwarding/errors.js_
aio runtime namespace log-forwarding getGet log forwarding destination configuration
`
USAGE
$ aio runtime namespace log-forwarding get [--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
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
`_See code: src/commands/runtime/namespace/log-forwarding/get.js_
aio runtime namespace log-forwarding setConfigure log forwarding destination (interactive)
`
USAGE
$ aio runtime namespace log-forwarding set [--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
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
`_See code: src/commands/runtime/namespace/log-forwarding/set.js_
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 ] [-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
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
`_See code: src/commands/runtime/namespace/log-forwarding/set/adobe-io-runtime.js_
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 --shared-key --log-type [--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
--customer-id= (required) Customer ID
--debug= Debug level output
--help Show help
--key client key
--log-type= (required) Log type
--shared-key= (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
`_See code: src/commands/runtime/namespace/log-forwarding/set/azure-log-analytics.js_
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 --license-key [--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
--base-uri= (required) Base URI
--cert client cert
--debug= Debug level output
--help Show help
--key client key
--license-key= (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
`_See code: src/commands/runtime/namespace/log-forwarding/set/new-relic.js_
aio runtime namespace log-forwarding set splunk-hecSet log forwarding destination to Splunk HEC
`
USAGE
$ aio runtime namespace log-forwarding set splunk-hec --host --port --index --hec-token [--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
--hec-token= (required) HEC token
--help Show help
--host= (required) Host
--index= (required) Index
--key client key
--port= (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
`_See code: src/commands/runtime/namespace/log-forwarding/set/splunk-hec.js_
aio runtime packageManage your packages
`
USAGE
$ aio runtime package [--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 packages
ALIASES
$ aio runtime pkg
$ aio rt package
$ aio rt pkg
`_See code: src/commands/runtime/package/index.js_
aio runtime package bind PACKAGENAME BINDPACKAGENAMEBind parameters to a package
`
USAGE
$ aio runtime package bind PACKAGENAME BINDPACKAGENAME [--cert ] [--key ] [--apiversion ]
[--apihost ] [-u ] [-i] [--debug ] [-v] [--version] [--help] [-p ] [-P ] [-a
] [-A ] [--json]FLAGS
-A, --annotation-file= FILE containing annotation values in JSON format
-P, --param-file= parameter to be passed to the package for json file
-a, --annotation=... annotation values in KEY VALUE format
-i, --insecure bypass certificate check
-p, --param=... parameters in key value pairs to be passed to the package
-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
--json output raw json
--key= client key
--version Show version
DESCRIPTION
Bind parameters to a package
ALIASES
$ aio runtime pkg bind
$ aio rt package bind
$ aio rt pkg bind
`_See code: src/commands/runtime/package/bind.js_
aio runtime package create PACKAGENAMECreates a Package
`
USAGE
$ aio runtime package create PACKAGENAME [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-v] [--version] [--help] [-p ] [-P ] [--shared true|yes|false|no] [-a
] [-A ] [--json]FLAGS
-A, --annotation-file= FILE containing annotation values in JSON format
-P, --param-file= parameter to be passed to the package for json file
-a, --annotation=... annotation values in KEY VALUE format
-i, --insecure bypass certificate check
-p, --param=... parameters in key value pairs to be passed to the package
-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
--json output raw json
--key= client key
--shared=
DESCRIPTION
Creates a Package
ALIASES
$ aio runtime pkg create
$ aio rt package create
$ aio rt pkg create
`_See code: src/commands/runtime/package/create.js_
aio runtime package delete PACKAGENAMEDeletes a Package
`
USAGE
$ aio runtime package delete PACKAGENAME [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-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= whisk auth
-v, --verbose Verbose output
--apihost= whisk API host
--apiversion= whisk API version
--cert= client cert
--debug= Debug level output
--help Show help
--json output raw json
--key= client key
--version Show version
DESCRIPTION
Deletes a Package
ALIASES
$ aio runtime pkg delete
$ aio rt package delete
$ aio rt pkg delete
`_See code: src/commands/runtime/package/delete.js_
aio runtime package get PACKAGENAMERetrieves a Package
`
USAGE
$ aio runtime package get PACKAGENAME [--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
Retrieves a Package
ALIASES
$ aio runtime pkg get
$ aio rt package get
$ aio rt pkg get
`_See code: src/commands/runtime/package/get.js_
aio runtime package list [NAMESPACE]Lists all the Packages
`
USAGE
$ aio runtime package list [NAMESPACE] [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-v] [--version] [--help] [-l ] [-s ] [-c] [--json] [--name-sort] [-n]FLAGS
-c, --count show only the total number of packages
-i, --insecure bypass certificate check
-l, --limit= only return LIMIT number of packages (min: 0, max: 50)
-n, --name sort results by name
-s, --skip= exclude the first SKIP number of packages from the result
-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
--json output raw json
--key= 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
`_See code: src/commands/runtime/package/list.js_
aio runtime package update PACKAGENAMEUpdates a Package
`
USAGE
$ aio runtime package update PACKAGENAME [--cert ] [--key ] [--apiversion ] [--apihost ] [-u
] [-i] [--debug ] [-v] [--version] [--help] [-p ] [-P ] [--shared true|yes|false|no] [-a
] [-A ] [--json]FLAGS
-A, --annotation-file= FILE containing annotation values in JSON format
-P, --param-file= parameter to be passed to the package for json file
-a, --annotation=... annotation values in KEY VALUE format
-i, --insecure bypass certificate check
-p, --param=... parameters in key value pairs to be passed to the package
-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
--json output raw json
--key= client key
--shared=
DESCRIPTION
Updates a Package
ALIASES
$ aio runtime pkg update
$ aio rt package update
$ aio rt pkg update
`_See code: src/commands/runtime/package/update.js_
aio runtime propertyExecute property commands
`
USAGE
$ aio runtime property [--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 property commands
ALIASES
$ aio runtime prop
$ aio rt prop
$ aio rt property
`_See code: src/commands/runtime/property/index.js_
aio runtime property getget property
`
USAGE
$ aio runtime property get [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug ] [-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= 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
`_See code: src/commands/runtime/property/get.js_
aio runtime property setset property
`
USAGE
$ aio runtime property set [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug ] [-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= Debug level output
--help Show help
--key client key
--namespace= whisk namespace
--version Show version
DESCRIPTION
set property
ALIASES
$ aio runtime prop set
$ aio rt property set
$ aio rt prop set
`_See code: src/commands/runtime/property/set.js_
aio runtime property unsetunset property
`
USAGE
$ aio runtime property unset [--cert] [--key] [--apiversion] [--apihost] [-u] [-i] [--debug ] [-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= 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
`_See code: src/commands/runtime/property/unset.js_
aio runtime ruleManage your rules
`
USAGE
$ aio runtime rule [--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 rules
ALIASES
$ aio rt rule
`_See code: src/commands/runtime/rule/index.js_
aio runtime rule cr