Hide daml deploy interface temporarily (#2396)

This commit is contained in:
associahedron 2019-08-05 13:57:59 +01:00 committed by mergify[bot]
parent 4a265e5399
commit aa4340e499

View File

@ -19,22 +19,18 @@ commands:
path: damlc/damlc
args: ["build", "--project-check"]
desc: "Build the DAML project into a DAR file"
- name: deploy
path: daml-helper/daml-helper
desc: "Build the DAML project and deploy to the ledger"
# desc: "Build the DAML project and deploy to the ledger"
args: ["deploy"]
- name: list-parties
path: daml-helper/daml-helper
desc: "List parties known to the ledger"
# desc: "List parties known to the ledger"
args: ["list-parties"]
- name: allocate-party
path: daml-helper/daml-helper
desc: "Allocate named party on the ledger"
# desc: "Allocate named party on the ledger"
args: ["allocate-party"]
- name: test
path: damlc/damlc
args: ["test"]