Skip to content
Dashboard

fal files

Terminal window
fal files [-h] [--debug] [--pdb] [--cprofile] command ...
Manage fal files.
Options:
-h, --help show this help message and exit
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.
Commands:
command
list (ls)
List files.
download Download files.
upload Upload files.
upload-url
Upload file from URL.

List

Terminal window
fal files list [-h] [--debug] [--pdb] [--cprofile] [--team TEAM] [path]
List files.
Positional Arguments:
path The path to list
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.

Download

Terminal window
fal files download [-h] [--debug] [--pdb] [--cprofile] [--team TEAM]
remote_path local_path
Download files.
Positional Arguments:
remote_path Remote path to download
local_path Local path to download to
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.

Upload

Terminal window
fal files upload [-h] [--debug] [--pdb] [--cprofile] [--team TEAM]
local_path remote_path
Upload files.
Positional Arguments:
local_path Local path to upload
remote_path Remote path to upload to
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.

Upload URL

Terminal window
fal files upload-url [-h] [--debug] [--pdb] [--cprofile] [--team TEAM]
url remote_path
Upload file from URL.
Positional Arguments:
url URL to upload
remote_path Remote path to upload to
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.