The AppLand Command Line application is distributed as a
.tar.gz file
archive.
Download the latest version of the AppLand Command Line Tools for Mac (Darwin), Linux, or Windows.
Mac and Linux users can unpack the archive by clicking on the downloaded package or using the
tar -xzf path/to/file
command. Windows users will need to use an archive manager to unpack the archive. We recommend
7Zip.
From inside the resulting directory you can execute appland commands. For example, entering the command
appland help
will display the help page.
$ appland help
Manage AppLand resources
Usage:
appland [flags]
appland [command]
Available Commands:
context Manage AppLand contexts
help Help about any command
login Login to AppLand
logout Log out of AppLand
upload Upload AppMap files to AppLand
...
To use the appland command from anywhere in your environment make sure the appland executable is available on your
PATH.
Mac and Linux users may want to move the appland file to
/usr/local/bin/appland.
Windows users will want to follow this procedure or one very similar tailored to the version of Windows they are running.