Show details of a single app
Show details for a single app identified by its ID.
Argument: APP_ID the unique ID of the app (visible in app URLs); falls back to BITRISE_APP_ID when omitted
Flags: --web open the app page in the browser instead of printing
bitrise-cli app view APP_ID [flags]
bitrise-cli app view stub-app-aaa
bitrise-cli app view stub-app-aaa --output json
bitrise-cli app view stub-app-aaa --web
BITRISE_APP_ID=stub-app-aaa bitrise-cli app view
-h, --help help for view
--web open the app page in the browser
--no-color disable ANSI colors (NO_COLOR env is also honored)
-o, --output string output format: human|json (default "human")
-q, --quiet suppress non-error diagnostic messages
--theme string color theme: auto|dark|light|none (default "auto"; overrides terminal background detection)
- bitrise-cli app - List, inspect, and manage apps