diff --git a/knowledge base/dblab.md b/knowledge base/dblab.md index 383b57c..04f3994 100644 --- a/knowledge base/dblab.md +++ b/knowledge base/dblab.md @@ -9,9 +9,12 @@ Database Lab Engine client CLI. ## TL;DR
- Installation and configuration + Setup ```sh +# Install. +curl -sSL 'dblab.sh' | bash + # Initialize CLI configuration. # Assumes that 'localhost:2345' forwards to the Database Lab Engine machine's at port 2345'. dblab init --environment-id 'tutorial' --url 'http://localhost:2345' --token 'secret_token' --insecure @@ -45,11 +48,12 @@ dblab clone create --username 'dblab_user_1' --password 'secret_password' --id ' ## Further readings - [Database Lab] -- [Website] -- [Main repository] +- [Database Lab Client CLI reference (dblab)] ### Sources +- [How to install and initialize Database Lab CLI] + -[main repository]: https://github.com/project/ -[website]: https://website/ +[how to install and initialize database lab cli]: https://postgres.ai/docs/how-to-guides/cli/cli-install-init +[database lab client cli reference (dblab)]: https://postgres.ai/docs/reference-guides/dblab-client-cli-reference