Imports a local SQLite database into a LiteFS Cloud cluster. ## Usage ~~~ fly litefs-cloud import [flags] ~~~ ## Options ~~~ -c, --cluster string LiteFS Cloud cluster name -d, --database string LiteFS Cloud database name -h, --help help for import --input string Input filename -j, --json JSON output -o, --org string The target Fly.io organization ~~~ ## Global Options ~~~ -t, --access-token string Fly API Access Token --debug Print additional logs and traces --verbose Verbose output ~~~ ## See Also * [fly litefs-cloud](/docs/flyctl/litefs-cloud/) - LiteFS Cloud management commands
fly litefs cloud import
Imports a local SQLite database into a LiteFS Cloud cluster.
Usage
fly litefs-cloud import [flags]
Options
-c, --cluster string LiteFS Cloud cluster name -d, --database string LiteFS Cloud database name -h, --help help for import --input string Input filename -j, --json JSON output -o, --org string The target Fly.io organization
Global Options
-t, --access-token string Fly API Access Token --debug Print additional logs and traces --verbose Verbose output
See Also