Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.airfold.co/llms.txt

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

Push files to your workspace using the CLI command af push.
push
Command
Push object(s) into the runtime database.
For example, to push sales_calls.yaml, run:
af push sales_calls.yaml
To preview what will happen without actually executing the command:
af push sales_calls.yaml --dry-run
To force overwrite the file, even if it overwrites existing data:
af push sales_calls.yaml --force
To rename an object during the push:
af push sales_calls.yaml --rename old_name:new_name