Orca debug show compose config
orca debug show-compose-config
Shows the full generated compose config that will be used for this project.
Synopsis
Similar to the 'docker compose config' command (it uses this under the hood), it will show you the resulting config after all files are merged together, including any relevant values from environment variables, or profile changes etc.
Options
-h, --help help for show-compose-config
-p, --project string The name of the project within the workspace to run this command for.
-w, --workspace string The name of the workspace to run this command for.
Options inherited from parent commands
--log-format string log format to use (default "text")
--log-level string Log level to use, one of: debug, info, warn, error, none. Defaults to none, as most errors are already surfaced anyway. (default "none")
SEE ALSO
- orca debug - Commands to aid in debugging or understanding whats happening.