Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Initial ctl implementation (#27)
Browse files Browse the repository at this point in the history
* implemented ctl subcommand for wash

* changed wascc gh org to wasmcloud

* Bumped version number, implemented actor and provider auctions
  • Loading branch information
brooksmtownsend authored Dec 8, 2020
1 parent 3d979c4 commit 9e65f7a
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 32 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "wash-cli"
version = "0.1.10"
version = "0.1.11"
authors = ["Brooks Townsend <[email protected]>"]
edition = "2018"
repository = "https://github.com/wascc/wash"
description = "waSCC Shell (wash) CLI tool"
repository = "https://github.com/wasmcloud/wash"
description = "wasmCloud Shell (wash) CLI tool"
license = "Apache-2.0"
readme = "README.md"
keywords = ["webassembly", "wasmcloud", "wash"]
Expand All @@ -25,8 +25,8 @@ log = "0.4.11"
crossterm = "0.18.2"
unicode-width = "0.1.8"
tokio = { version = "0.2.0" }
nats = "0.8.5"
spinners = "1.2.0"
nats = "0.8.6"

nkeys = "0.0.11"
latticeclient = "0.4.0"
Expand All @@ -35,6 +35,7 @@ term-table = "1.3.0"
provider-archive = "0.3.0"
once_cell = "1.5.2"
oci-distribution = { git = "https://github.com/brooksmtownsend/krustlet", branch = "oci-push" }
control-interface = { git = "https://github.com/wasmcloud/wasmcloud", branch = "main"}
wasmcloud-host = { git = "https://github.com/wasmcloud/wasmcloud", branch = "main" }


Expand Down
Loading

0 comments on commit 9e65f7a

Please sign in to comment.