Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

w3cli page says there is no w3cli standalone binaries, but there are go-w3up cli standalone binaries, and links to new section on go-w3up page #81

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
11 changes: 11 additions & 0 deletions src/pages/docs/go-w3up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,14 @@ rcpt, _ := client.UploadAdd(
client.WithProofs(proofs),
)
```

## go-w3up cli

`go-w3up` powers a minimal implementation of a [`w3` cli](./w3cli), though the most supported w3cli is the one written in JavaScript.

Please ensure you [read the documentation for using the Go CLI in the README](https://github.com/web3-storage/go-w3up#cli).
When using go-w3up cli, you will need to obtain a delegation created by the JS CLI or [console](https://console.web3.storage).

### Standalone Binaries

Pre-compiled, standalone binaries of go-w3up cli are available for MacOS, Linux and Windows: [Download the latest release here](https://github.com/web3-storage/go-w3up/releases/latest).
9 changes: 2 additions & 7 deletions src/pages/docs/w3cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ Once the install is complete, you'll have a `w3` command available. Try running

### Standalone binaries

<Callout type="warning">
These binaries are built from the Go client codebase which is not as fully featured as the JS client.
</Callout>

Pre-compiled, standalone binaries are now available for MacOS, Linux and Windows: [Download latest release](https://github.com/web3-storage/go-w3up/releases/latest).

Please ensure you [read the documentation for using the Go CLI](https://github.com/web3-storage/go-w3up#cli). These binaries are built from the Go client codebase which is not as fully featured as the JS client. Currently to use the Go CLI tool you will need to obtain a delegation created by the JS CLI or [console](https://console.web3.storage).
There are currently no standalone binaries for w3cli.
However, there is a go-w3up cli that supports some features of w3cli and *does* have [standalone binaries](./go-w3up/#standalone-binaries) that may work for use cases that require them.

## Create your first space

Expand Down
Loading