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 b3e3942 commit 7483498Copy full SHA for 7483498
README.md
@@ -30,6 +30,13 @@ curl -LO https://github.com/cnoe-io/idpbuilder/releases/download/$idpbuilder_la
30
tar xvzf idpbuilder-$os-$arch.tar.gz
31
```
32
33
+Download latest extract idpbuilder binary
34
+```bash
35
+cd ~/bin
36
+curl -vskL -O https://github.com/cnoe-io/idpbuilder/releases/latest/download/idpbuilder-linux-amd64.tar.gz
37
+tar xvzf idpbuilder-linux-amd64.tar.gz idpbuilder
38
+```
39
+
40
You can then run idpbuilder with the create argument to spin up your CNOE IDP:
41
42
```bash
0 commit comments