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 object(s) into the runtime database.
Target directory to read files from, (’-’ will read from stdin). Default: None
Show execution plan without executing it.
Force delete/overwrite even if data will be lost.
Use rename strategy. Specify a single renamed object name and its new name.
For example, to push sales_calls.yaml, run:
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