Skip to content

Instantly share code, notes, and snippets.

@msiddiqi
Created December 6, 2019 14:54
Show Gist options
  • Save msiddiqi/a1af4a282a31619825b9f551b822c73f to your computer and use it in GitHub Desktop.
Save msiddiqi/a1af4a282a31619825b9f551b822c73f to your computer and use it in GitHub Desktop.
daml
Missing: COMMAND
Usage: daml COMMAND
Available options:
-h,--help Show this help text
Available commands:
version Display DAML version information
install Install the specified DAML SDK version
uninstall Uninstall the specified DAML SDK version
studio Launch DAML Studio
new Create a new DAML project
init Configure a folder as a DAML project
build Build the DAML project into a DAR file
test Run the scenarios in the given DAML file and all
dependencies
start Launch Sandbox and Navigator for current DAML project
clean Delete build artifacts from project folder
damlc Run the DAML compiler
sandbox Launch the Sandbox
navigator Launch the Navigator
extractor Launch the Extractor
ledger Interact with a DAML ledger (experimental)
deploy Deploy DAML project to a ledger (experimental)
json-api Launch the HTTP JSON API (experimental)
codegen Run the DAML codegen
trigger Run a DAML trigger (experimental)
script Run a DAML trigger (experimental)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment