Skip to main content
The Bevor CLI is coming soon. This page previews its planned command interface.
List, inspect, and upload code versions for the active project.

bevor code use

Point .bevor at a code version.

bevor code list

List code versions for the active project. Examples: bevor code list bevor code list -j | jq ’.[].id’

bevor code get

Print details for the code version selected in .bevor config.

bevor code push

Zip and upload a directory as a new code version.

bevor code sync

If the working tree fingerprint differs from config, push a new code version.

bevor code node list

bevor code node get

bevor code node content

Show the source code for a node. Examples: bevor code node content 00

bevor code node edges

bevor code node call-chain

bevor code node interactive

Explore the graph from a node: get, source, optional call-chain (callable nodes only), and edges. Forward jumps (from call-chain or edges) push the current node onto a stack; Back pops to the previous node. get and source keep you on the current node.