Skip to main content

When to use

  • Quick health check before deploying
  • Verify you’re authenticated to the right organization
  • Check if a use case folder is ready to deploy
  • Diagnose profile mismatches between your active profile and the project’s org

Prerequisites

  • codika CLI installed (authentication is checked but not required)

Command

Arguments

Options

Output sections

Identity

Shows the current authenticated state:

Use case context

If a use case folder is detected at the path:

Profile match status

Readiness

Shows whether the use case is ready to deploy:
Or with issues:

Warnings

  • Profile mismatch: “Active profile ‘acme-corp’ does not match project org. Suggested: ‘staging’”
  • Key expiry < 7 days: “API key expires in 3 days”
  • Key expired: “API key has expired”

Examples

Exit codes