Skip to content

Commit

Permalink
added get ip cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Nov 17, 2024
1 parent 468872c commit bd703a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,15 @@ machineshop delete \

get things from systems

<details><summary><b>GET IPS FROM CLUSTERBOOK</b></summary>

```bash
machineshop get --system=ips --destination=clusterbook.rke2.sthings-vsphere.labul.sva.de:443 --path=10.31.103 --output=2
```

</details>


<details><summary><b>VAULT-REQUIREMENT: VAULT APPROLE EXPORTS</b></summary>

```bash
Expand Down
4 changes: 3 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ tasks:
- sbot predict version

version:
deps: [build]
desc: push new version
cmds:
- sbot push version
Expand Down Expand Up @@ -132,8 +133,9 @@ tasks:

release:
desc: Relase binaries
#deps: [tag]
deps: [version]
cmds:
- task: pr
- rm -rf ./dist
- goreleaser healthcheck
- goreleaser check
Expand Down

0 comments on commit bd703a6

Please sign in to comment.