Prisma CLI & ConfigurationCLI Command Reference

prisma1 info

$ prisma1 info

Display service information:

  • Service name
  • Service stage
  • API endpoints (Prisma Admin, HTTP and Websocket)

Usage

prisma1 info

Flags

 -e, --env-file ENV-FILE    Path to .env file to inject env vars
 -j, --json                 JSON Output
 -s, --secret               Print secret in JSON output (requires --json option)

Examples

Print information about current service

prisma1 info

Print information about current service in JSON

prisma1 info --json

Print information about current service in JSON and include service secret

prisma1 info --json --secret

The service secret is only printed if both the --json and --secret flags are provided.