is the developer-friendly tool to help you communicate with the build server and also assists you in daily basis development tasks, such as git
and deploy
apps, etc.
Install the Command Line Interface (CLI) is simple & straightforward, you only need to install Node.js
(16+), then install dx
directly from NPM package library:
npm i @topgroup/diginext --location=global
That's it!
To interact with your workspace’s resources, such as deploying apps for example, you will need to connect your CLI with the server with this command:
dx login <build-server-url>
# example
dx login <http://localhost:6969>
This would open a new tab on your browser and request for authentication, just follow the login steps and copy the access token string.
It depends on the role you're playing, or the purpose that brings you here. You might need to install some dependency packages:
git
is the only one package you should care.Well, dx
comes with a set of enhancement commands to help you interact with the infrastructure, so you will need to install:
kubectl
:gcloud
:doctl
:helm
enhancement commands, install helm
:docker
or podman