Autopilot CLI — Git automation with safety rails

Automatic commits & pushes so you stay focused on coding.

$npm install -g @traisetech/autopilot

Powerful features,
simple interface.

autopilot-cli — zsh

How it works

Initialize

Navigate to your project and run init. This sets up the configuration and ignore files.

$ autopilot init

Start Watching

Start the background daemon. Autopilot will now monitor your files and sync changes automatically.

$ autopilot start

Manage

Check status or stop the watcher when you're done for the day.

$ autopilot status