fauna export list
fauna export list [flags]
List exports.
By default, the command outputs the export list as tab-separated values (TSV).
To get the list as JSON, use --json. Exports are ordered by state and
descending export ID.
fauna export list does not support --secret, --local, or Fauna containers.
Flags
- API
-
--account-key <string>-
Fauna account key used for authentication. If used, you must also provide a
--databaseand an optional--role. See Account key authentication.Can’t be used with
--useror--secret. If--account-keyand--userare specified,--useris ignored. -u,--user <string>-
CLI user to run the command as. You must first log in as the user using
fauna login. Defaults todefault. See Interactive login. -r,--role <string>-
Role used to run the command. Defaults to
admin. Can’t be used with--secret. --max,--max-results <number>-
Maximum number of exports to return per page. Accepts
1to1000. Defaults to100. --state <array>-
Filter exports by their state. Accepts one or more of the following:
-
Pending: The export request has been received but is not yet in progress. -
InProgress: The export is in progress. This includes copying the export files to the S3 bucket. -
Complete: The export is complete. Export files are available in the S3 bucket. -
Failed: There was an error processing the export.
Pass values as a space-separated list. Example:
--state Pending Complete. -
- Output
-
--color-
Enable color formatting for output. Enabled by default. Use
--no-colorto disable. --json-
Output results as JSON. This flag doesn’t affect error output.
--quiet-
Suppress all log messages except fatal errors. Output only command results. Overrides
--verbosityand--verbose-component.
- Config
-
--config <string>-
Path to a CLI config file to use. If provided, must specify a profile.
-p,--profile <string>-
Profile from the CLI config file. A profile is a group of CLI settings.
- Debug
-
--verbose-component <array>-
Components to emit logs for. Overrides
--verbosity.Accepts the following values:
-
argv -
config -
creds -
error -
fetch
Pass values as a space-separated list. Example:
--verbose-component argv config. -
--verbosity <number>-
Least critical log level to emit. Accepts integers ranging from
1(fatal) to5(debug). Lower values represent more critical logs. Log messages with a level greater than this value are not logged.
- Options
-
-h,--help-
Show help.
--version-
Show the Fauna CLI version.
- Options
-
-h,--help-
Show help.
--version-
Show the Fauna CLI version.