The af command is the Airfold CLI, it accepts a variety of commands such as af push
or af source.

To view a list of the commands available in your current Airfold version, run af with no additional arguments.

To get specific help for any command, use the --help option with the relevant command.
For example, to see help about the pipe command you can run af pipe --help.

Our CLI is designed to provide a rich, interactive output.
However, when you’re redirecting the output, we switch to the JSON format wherever it’s possible for easier data parsing and handling.

Here’s a brief overview of all the available commands, arguments, and flags:

Properties

config
Command

Configure your environment, such as credentials.

diff
Command

Diff between local and remote objects.

doctor
Command

Check your system for potential problems.

fmt
Command

Format local object files.

generate
Command

Generate events.

graph
Command

Dump graph of runtime objects in JSON format to file or stdout.

pipe
Command

Pipe commands.

pull
Command

Pull objects from the runtime database.

push
Command

Push object(s) into the runtime database.

source
Command

Source commands.

verbose
Global Flag

Set verbosity level, can be repeated.