AD0-E136 · Question #23
What Adobe io CLI command is used to deploy an Adobe Experience Platform application?
The correct answer is B. aio app deploy. aio app deploy is the correct command because Adobe's CLI tool is named aio (the Adobe I/O CLI), and its command structure follows the pattern aio <resource> <action> - so deploying an app uses aio app deploy. Option A (ai deploy) uses a wrong tool name and drops the app…
Question
What Adobe io CLI command is used to deploy an Adobe Experience Platform application?
Options
- Aai deploy
- Baio app deploy
- Cadobe deploy app
- Dacli -app deploy
How the community answered
(26 responses)- A4% (1)
- B92% (24)
- D4% (1)
Explanation
aio app deploy is the correct command because Adobe's CLI tool is named aio (the Adobe I/O CLI), and its command structure follows the pattern aio <resource> <action> - so deploying an app uses aio app deploy. Option A (ai deploy) uses a wrong tool name and drops the app subcommand entirely. Option C (adobe deploy app) reverses the verb/noun order and uses an incorrect tool name. Option D (acli -app deploy) invents a non-existent tool name and uses flag syntax where a subcommand is required.
Memory tip: Think of aio as your tool, app as what you're managing, and deploy as what you're doing - they always go in that order: tool → noun → verb.
Topics
Community Discussion
No community discussion yet for this question.