Get details of an AI chat provider
The pw ai providers get command retrieves details of a specific AI chat provider.
You can specify a provider by name (defaults to your user) or by full URI (pw://user/name).
pw ai providers get <provider> [flags]
# Get your own provider
pw ai providers get my-provider
# Get another user's provider
pw ai providers get pw://other-user/their-provider
# Get as JSON
pw ai providers get -o json my-provider
-h, --help help for get
-o, --output string Output format (table, json) (default "table")
--context string The context to use. Overrides PW_CONTEXT environment variable and current context from config.
--platform-host string The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging