This repository was archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to reflect current state
- Loading branch information
1 parent
dc03b99
commit 0bbe0d5
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Opsani CLI Micro PoC | ||
# Opsani CLI | ||
|
||
This repository contains a minimal experiment for implementing an Opsani CLI in Golang. | ||
|
||
|
@@ -13,7 +13,8 @@ your local Docker environment as `imb`: | |
|
||
1. Clone the Dockerized build of IMB: `git clone [email protected]:opsani/intelligent-manifest-builder.git cli-experiments` | ||
2. Build the Docker tag: `docker build -t opsani/intelligent-manifest-builder .` | ||
3. Run the CLI example to orchestrate Docker locally: `go run main.go` | ||
4. Run the CLI example to orchestrate Docker over local SSH: `go run main.go -host ssh://localhost` | ||
3. Run the CLI: `go run . --help` | ||
4. Run local discovery and generate Servo assets: `go run . discover` | ||
5. Run remote discovery over SSH and generate Servo assets: `go run main.go discover --host ssh://localhost` | ||
|
||
Help is available via `go run main.go -help`. | ||
Help is available via `go run . --help`. |