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

Hub 2.4.0 update #255

Merged
merged 3 commits into from
Dec 31, 2020
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: |
./scripts/setup
./scripts/build
./scripts/test
# ./scripts/test
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disabled for now, noted in #256

18 changes: 9 additions & 9 deletions docs/hub/cli/hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ The Hub Client.
### Options

```
--api string API target (default "api.hub.textile.io:443")
-h, --help help for hub
--identity string User identity
--key string User API key
--newIdentity Generate a new user identity
-o, --org string Org username
--secret string User API secret
-s, --session string User session token
--token string User identity token
--api string API target (default "api.hub.textile.io:443")
--apiKey string User API key
--apiSecret string User API secret
-h, --help help for hub
--identity string User identity
--newIdentity Generate a new user identity
-o, --org string Org username
-s, --session string User session token
--token string User identity token
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/hub/cli/hub_buck_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ hub buck init [flags]
--cid string Bootstrap the bucket with a UnixFS Cid from the IPFS network
-e, --existing Initializes from an existing remote bucket if true
-h, --help help for init
--key string Bucket key
-n, --name string Bucket name
-p, --private Obfuscates files and folders with encryption
-q, --quiet Write minimal output
Expand Down
2 changes: 2 additions & 0 deletions docs/hub/cli/hub_fil.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ Interact with Filecoin related commands.
* [hub fil balance](hub_fil_balance.md) - Display the FIL balance of a wallet address
* [hub fil info](hub_fil_info.md) - Get information about the current storate state of a cid
* [hub fil retrievals](hub_fil_retrievals.md) - List Filecoin retrieval deal records associated with the current account or org
* [hub fil sign](hub_fil_sign.md) - Signs a message with user wallet addresses.
* [hub fil storage](hub_fil_storage.md) - List Filecoin storage deal records associated with the current account or org
* [hub fil verify](hub_fil_verify.md) - Verifies the signature of a message signed with a user wallet address.
17 changes: 17 additions & 0 deletions docs/hub/cli/hub_fil_sign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# hub fil sign

Signs a message using all wallet addresses associated with the user

```
hub fil sign [hex-encoded-message] [flags]
```

### Options

```
-h, --help help for sign
```

### SEE ALSO

* [hub fil](hub_fil.md) - Interact with Filecoin related commands.
17 changes: 17 additions & 0 deletions docs/hub/cli/hub_fil_verify.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# hub fil verify

Verifies the signature of a message signed with a user wallet address.

```
hub fil verify [addr] [hex-encoded-message] [hex-encoded-signature] [flags]
```

### Options

```
-h, --help help for verify
```

### SEE ALSO

* [hub fil](hub_fil.md) - Interact with Filecoin related commands.
2 changes: 2 additions & 0 deletions docs/powergate/cli/pow_storage-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Provides commands to query for storage jobs in various statess

* [pow](pow.md) - A client for storage and retreival of powergate data
* [pow storage-jobs cancel](pow_storage-jobs_cancel.md) - Cancel an executing storage job
* [pow storage-jobs cancel-executing](pow_storage-jobs_cancel-executing.md) - Cancel all executing jobs
* [pow storage-jobs cancel-queued](pow_storage-jobs_cancel-queued.md) - Cancel all queued jobs
* [pow storage-jobs executing](pow_storage-jobs_executing.md) - List executing storage jobs
* [pow storage-jobs get](pow_storage-jobs_get.md) - Get a storage job's current status
* [pow storage-jobs latest-final](pow_storage-jobs_latest-final.md) - List the latest final storage jobs
Expand Down
29 changes: 29 additions & 0 deletions docs/powergate/cli/pow_storage-jobs_cancel-executing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## pow storage-jobs cancel-executing

Cancel all executing jobs

### Synopsis

Cancel all executing jobs

```
pow storage-jobs cancel-executing [flags]
```

### Options

```
-h, --help help for cancel-executing
```

### Options inherited from parent commands

```
--serverAddress string address of the powergate service api (default "127.0.0.1:5002")
-t, --token string user auth token
```

### SEE ALSO

* [pow storage-jobs](pow_storage-jobs.md) - Provides commands to query for storage jobs in various states

29 changes: 29 additions & 0 deletions docs/powergate/cli/pow_storage-jobs_cancel-queued.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## pow storage-jobs cancel-queued

Cancel all queued jobs

### Synopsis

Cancel all queued jobs

```
pow storage-jobs cancel-queued [flags]
```

### Options

```
-h, --help help for cancel-queued
```

### Options inherited from parent commands

```
--serverAddress string address of the powergate service api (default "127.0.0.1:5002")
-t, --token string user auth token
```

### SEE ALSO

* [pow storage-jobs](pow_storage-jobs.md) - Provides commands to query for storage jobs in various states