$ initiat commands
$ initiat env list
List all available environments with their sync status and last updated information
Back to Docs

Usage

      initiat env list
      
    

Examples

List all environments

      initiat env list
      
    

How it works

  1. Shows all environments available in the project

  2. Displays sync status (whether secrets have been synced)

  3. Shows last sync time for each environment

  4. Indicates which environment is currently active

Output

      🌍 Available Environments

Name        Status    Last Synced    Active
production  synced    2h ago         ✅
staging     synced    1d ago         
development synced    3h ago         

💡 Switch environments with: initiat env switch <env>
💡 Sync secrets with: initiat env sync

      
    
© 2025 Initiat Technologies. All rights reserved.