Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.capy.sc/llms.txt

Use this file to discover all available pages before exploring further.

Synopsis

capy push

Description

Encrypts and uploads any local changes to .env without first pulling the remote. Use when you want to publish a change immediately and don’t need to reconcile against remote edits (for instance, you just ran capy and know local is current). If the remote has diverged, push refuses and asks you to run capy first to resolve.

Example

$ capy push

Pushed 2 variables to "my-app" (branch: development).

See also

  • capy - the full pull-and-push sync loop
  • capy status - check for drift before pushing