Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 353 Bytes

hashi-admin

A command-line tool to make it easier to manage HashiStack clusters.

Run without GraalVM

You do not need to compile to GraalVM native-image to run this tool locally.

Just run it with exec:java:

mvn exec:java -Dexec.args="<command-line arguments separated by space>"