nerdexam
Adobe

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…

Code Refactoring and Tooling

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)
  • A
    4% (1)
  • B
    92% (24)
  • D
    4% (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

#Adobe IO CLI#aio app deploy#CLI Commands#AEP Deployment

Community Discussion

No community discussion yet for this question.

Full AD0-E136 Practice