Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from golemcloud/1244-oss-client
Browse files Browse the repository at this point in the history
1244 oss client
  • Loading branch information
senia-psm authored Jan 22, 2024
2 parents 4fc3102 + 21bfed9 commit d37b49b
Show file tree
Hide file tree
Showing 35 changed files with 41 additions and 2,777 deletions.
23 changes: 2 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
homepage = "https://www.golem.cloud/"
authors = ["Simon Popugaev <simon.popugaev@ziverge.com>"]
readme = "README.md"
description = "Command line interface for Golem Cloud"
description = "Command line interface for OSS version of Golem"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -17,8 +17,7 @@ clap = { version = "4.4.12", features = ["derive"] }
clap-verbosity-flag = "2.1.1"
derive_more = "0.99.17"
futures-util = "0.3.30"
golem-client = "0.0.52"
golem-gateway-client = "0.0.52"
golem-client = "0.0.54"
golem-examples = "0.1.10"
http = "1.0.0"
indoc = "2.0.4"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# golem-cli

Command line interface for [Golem Cloud](https://golem.cloud).
Command line interface for [Golem OSS](https://golem.cloud).

For Golem Cloud version client see [Golem Cloud CLI](https://github.com/golemcloud/golem-cloud-cli).


## Installation
Expand Down
143 changes: 0 additions & 143 deletions src/account.rs

This file was deleted.

Loading

0 comments on commit d37b49b

Please sign in to comment.