From b6b64c14024ab5df69b8e36be3e3a557ea748a58 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 28 Aug 2024 18:31:59 +0200 Subject: [PATCH] fix(dblab): installation and sources --- knowledge base/dblab.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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