Skip to main content

replicated app hostname ls

List custom hostnames for an application

Synopsis​

List all custom hostnames configured for an application.

This command fetches and displays all custom hostname configurations including:

  • Registry hostnames
  • Proxy hostnames
  • Download Portal hostnames
  • Replicated App hostnames

The app ID or slug can be provided via the --app flag or from the .replicated config file.

replicated app hostname ls [flags]

Aliases​

ls, list

Examples​

# List all custom hostnames for an app
replicated app hostname ls --app myapp

# List hostnames and output as JSON
replicated app hostname ls --app myapp --output json

Options​

-h, --help help for ls

Options inherited from parent commands​

--app string The app slug or app id to use in all calls
--debug Enable debug output
-o, --output string The output format to use. Supported formats vary by command (json, table, wide). (default 'table', override with REPLICATED_OUTPUT env var) (default "table")
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API

SEE ALSO​