Usage
Description
Displays the configuration for a site as JSON. When no site is specified, shows the default site. Use--all to display every configured site at once, or --show-hidden to include internal fields that are hidden by default.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
anaconda sites show [OPTIONS] [SITE]
--all to display every configured site at once, or --show-hidden to include internal fields that are hidden by default.
anaconda sites show
{
"site": "my-platform",
"domain": "anaconda-platform.example.com",
"ssl_verify": true,
"extra_headers": null,
"use_unified_repo_api_key": false,
"proxy_servers": null,
"client_cert": null,
"client_cert_key": null,
"use_device_flow": false
}
anaconda sites show my-platform
anaconda sites show --all
Was this page helpful?