| shenvy login | Authenticate with your Shenvy account via browser. |
| shenvy logout | Sign out and clear local credentials. |
| shenvy init | Initialize a new project in the current directory. |
| shenvy add <file> | Add a .env file to be tracked by Shenvy. |
| shenvy push | Encrypt and push local changes to the cloud. |
| shenvy pull | Pull and decrypt updates from the cloud. |
| shenvy run -- <cmd> | Run a command with environment variables loaded. |
| shenvy status | Show project status and tracked files. |
| shenvy plan | Show current subscription plan and usage. |
| shenvy project list | List all projects you have access to. |
| shenvy team create <name> | Create a new team. |
| shenvy member invite <email> | Invite a user to the current team. |
| shenvy env delete <name> | Delete an environment from the current project. |
| shenvy env versions | List version history for the current environment. |
| shenvy timeline | Show the full audit timeline for the current project. |