Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update README to reflect current state
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Apr 14, 2020
1 parent dc03b99 commit 0bbe0d5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
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.

Expand All @@ -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`.

0 comments on commit 0bbe0d5

Please sign in to comment.