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

1244 oss client #46

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading