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
-o, --output string The output format to use. One of: json|table (default "table")
Options inherited from parent commands
--app string The app slug or app id to use in all calls
--debug Enable debug output
--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
- replicated app hostname - Manage custom hostnames for applications