Command line tools

Command line tools

Condensation comes with a series of commands that can be executed from a Unix shell such as bash.

The commands all start with the cds keyword and adopt an english-like syntax.

Condensation supports auto-completion, which is usually available by pressing the TAB key once (simple completion) or twice (list possibilities). Auto-completion naturally guides users to build valid sentences.

In addition, a command may be suffixed with a ? to list possible continuations:

cds show object ?

The same help texts written below are available on the terminal using

cds help ...

For a list of help topics, type

cds help ?

Commands