I see on <https://docs.lakefs.io/deploy/aws.html#o...
# help
u
I see on https://docs.lakefs.io/deploy/aws.html#on-ec2 the command is
Copy code
lakefs --config config.yaml run
However you would use
lakectl config
to set up the cli. Wondering what are the key differences in these two commands
u
Hi Harris, 👋🏽 lakeFS config is the configuration of the lakeFS server so it contains configuration that is related to the server like a DB connection string. lakectl config, however, is the configuration of the CLI you work with so it will contain settings like the server you work with and the credentials you use for the commands you run on the CLI.