nerdexam
Adobe

AD0-E136 · Question #82

What Adobe io CLI command is used to display settings/configuration in use by an Adobe I/O App?

The correct answer is C. aio app info. aio app info (option C) is the correct command because it displays the configuration and settings currently in use by an Adobe I/O App, including runtime namespaces, services, and other app-specific details within the context of an app project. Why the distractors are wrong: A…

Code Refactoring and Tooling

Question

What Adobe io CLI command is used to display settings/configuration in use by an Adobe I/O App?

Options

  • Aaio info
  • Baio app settings
  • Caio app info
  • Daio config

How the community answered

(60 responses)
  • A
    2% (1)
  • B
    7% (4)
  • C
    87% (52)
  • D
    5% (3)

Explanation

aio app info (option C) is the correct command because it displays the configuration and settings currently in use by an Adobe I/O App, including runtime namespaces, services, and other app-specific details within the context of an app project.

Why the distractors are wrong:

  • A. aio info - This command displays system/environment information (Node version, OS, CLI plugins), not app-specific configuration.
  • B. aio app settings - This subcommand does not exist in the Adobe I/O CLI.
  • D. aio config - This command manages global CLI configuration (get/set/delete config keys), not app-level settings.

Memory tip: Think of it as "I want info about my app" → aio app info. The app namespace scopes the command to your project, and info retrieves its configuration details. Contrast with aio info (no app) which gives you tool info, not project info.

Topics

#Adobe I/O CLI#CLI Commands#Configuration Management#Developer Tools

Community Discussion

No community discussion yet for this question.

Full AD0-E136 Practice