Skip to content

Commit

Permalink
json flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 27, 2023
1 parent c73e65f commit 64648fe
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions templates/messaging/tasks/deploy.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ const setInteractors = async (
}
};

task("deploy", "Deploy the contract", main).addParam(
"networks",
`Comma separated list of networks to deploy to (e.g. ${getSupportedNetworks(
"ccm"
)})`
);
task("deploy", "Deploy the contract", main)
.addParam(
"networks",
`Comma separated list of networks to deploy to (e.g. ${getSupportedNetworks(
"ccm"
)})`
)
.addFlag("json", "Output JSON");

0 comments on commit 64648fe

Please sign in to comment.