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