daml/dev-env/bin/dade-help
Gary Verhaegen 58e8b9c40f
remove dade-test-sh (#8479)
Looks like an unfinished attempt at automating the running of inexistent
bats/osht tests.

CHANGELOG_BEGIN
CHANGELOG_END
2021-01-12 17:09:36 +01:00

30 lines
1.2 KiB
Bash
Executable File

#!/usr/bin/env bash
cat <<EOF
Usage: $0 <command>
The following commands are supported:
dade help: This help page.
dade init: Initialize the DA development environment.
dade info: Prints out information about DA development environment.
dade list: Print names of all tools in DA development environment.
dade preload: Preload the development environment by building
all tools.
dade prepare-for-update: Downloads all dev-env tools from 'dev-env-next' branch.
dade closure-size: Compute the size of the development environment
tools' closures.
dade collect-garbage: Garbage collect the development environment.
dade freeze Snapshots current dev-env definitions and builds a
Nix pacakge out of it.
dade copyright-headers: Update copyright headers on our source files.
da-ghci: Run GHCi with import paths to our packages.
da-watch-tests: Watch source files for changes and run tests.
da-test-daml-foundations: Run the test suite for DAML Foundations
EOF