Display detailed information about your deployed application including configuration, URLs, and metadata. This command queries the workspace for the current application state.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/tailor-platform/sdk/llms.txt
Use this file to discover all available pages before exploring further.
Command Syntax
Options
Output information as JSON format instead of human-readable text.Alias:
-jWorkspace ID to query. Can also be set via
TAILOR_PLATFORM_WORKSPACE_ID environment variable or workspace profile.Alias: -wWorkspace profile name. Profiles store workspace ID and authentication token for easy switching between environments.Alias:
-pPath to SDK config file.Alias:
-cCommon Options
The following common options are also available:--env-file/-e- Path to environment file (error if not found)--env-file-if-exists- Path to environment file (ignored if not found)--verbose- Enable verbose logging (show stack traces on error)
Usage Examples
Show Application Info
Show with Profile
Show as JSON
Show with Custom Config
Output Information
Theshow command displays the following information:
Application Details
Application name from your configuration
Custom domain assigned to the application (if configured)
Full URL where the application is accessible
Auth namespace used by the application
Security Configuration
CORS allowed origins configured for the application
IP addresses allowed to access the application (if IP restrictions are enabled)
Whether GraphQL introspection is disabled
Workspace Details
Workspace ID where the application is deployed
Human-readable workspace name
Cloud region where the workspace is hosted
Timestamps
When the application was first created
When the application was last updated
Output Examples
Human-Readable Format
JSON Format
Use Cases
Verify Deployment
Get Application URL
jq.
Check CORS Configuration
Compare Environments
Authentication
Authentication token priority:TAILOR_PLATFORM_TOKENenvironment variableTAILOR_TOKENenvironment variable (deprecated)- Profile specified via
--profileorTAILOR_PLATFORM_PROFILE - Current user from platform config (
~/.config/tailor-platform/config.yaml)
Workspace ID Resolution
Workspace ID priority:--workspace-idcommand optionTAILOR_PLATFORM_WORKSPACE_IDenvironment variable- Profile specified via
--profileorTAILOR_PLATFORM_PROFILE
Error Handling
If the application is not deployed:The application name is read from your
tailor.config.ts file. Make sure you’re in the correct project directory.Related Commands
apply- Deploy application to workspaceremove- Remove application from workspaceworkspace list- List all available workspaces