Applications

With your DBLSQD account, you can manage one or multiple Application repositories.

Creating an Application

You can create a new Application with the following command in the CLI tool:

dblsqd new $app_name

$app_name needs to be replaced with a unique name later used to identify this store.

Channels

Channels are used to differentiate the Releases of your Application. For example, you might want to create a Channel for stable releases, a second Channel for beta versions and yet another one for automated developer builds.

In this example, there are two Channels for the fictitious application “octaplay”:

“stable” for publishing finished versions of the software and “nightly” for daily developer builds.

By default, DBLSQD creates a Channel named release for every new Application.

You can specify your own channel name(s) with the -c option when creating an Application like so:

dblsqd new $app_name -c stable -c nightly

Later, you can add a new Channel to an existing Application with the dblsqd add-channel command.

Are you stuck?

Are you stuck or need help setting things up?

Let us know at hello- at -dblsqd com and we’ll be happy to assist you!