mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
Hide daml deploy interface temporarily (#2396)
This commit is contained in:
parent
4a265e5399
commit
aa4340e499
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user