ev status

Usage

ev status

Description

ev status reads your ev.yaml and working directory context and prints a summary of what ev would target if you ran a push or pull right now. It also shows whether your local .env is in sync with the latest remote release.

Example output:

Project:     my-backend-service  (clxxxxxxxxxxxxxxxxxxxxxxxx)
App:         backend
Environment: dev  (default)
Backend:     ev

Latest release:  rel_a1b2c3d4  2024-01-15 14:32:01  alice@example.com
Local .env:      in sync

If your local .env differs from the latest remote release:

Project:     my-backend-service  (clxxxxxxxxxxxxxxxxxxxxxxxx)
App:         backend
Environment: dev  (default)
Backend:     ev

Latest release:  rel_a1b2c3d4  2024-01-15 14:32:01  alice@example.com
Local .env:      1 change (run "ev diff" to see details)

Examples

Check the current context:

ev status

On this page