We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3287e51 commit ac8376eCopy full SHA for ac8376e
packages/cardano-cli/cardano-cli-9.0.0.0.yaml
@@ -0,0 +1,18 @@
1
+name: cardano-cli
2
+version: 9.0.0.0
3
+description: CLI software for interfacing with Cardano node by Input Output Global
4
+installSteps:
5
+ - docker:
6
+ containerName: cardano-cli
7
+ image: ghcr.io/blinklabs-io/cardano-cli:9.0.0.0
8
+ pullOnly: true
9
+ - file:
10
+ binary: true
11
+ filename: cardano-cli
12
+ source: files/cardano-cli.sh.gotmpl
13
+tags:
14
+ - docker
15
+ - linux
16
+ - darwin
17
+ - amd64
18
+ - arm64
0 commit comments