This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from NebulousLabs/add-options
Add connection options and re-generate docs
- Loading branch information
Showing
21 changed files
with
291 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ cover/ | |
release/ | ||
skynet | ||
|
||
# Git | ||
# Git | ||
.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## skynet skykey | ||
|
||
Perform skykey operations. | ||
|
||
### Synopsis | ||
|
||
Perform skykey operations. | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for skykey | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-key string API password to use for authentication | ||
--custom-user-agent string Custom user agent to use | ||
--endpoint-path string Relative URL path of the endpoint to use | ||
--portal string Use a Skynet portal other than the default | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [skynet](skynet.md) - Perform actions related to Skynet | ||
* [skynet skykey add](skynet_skykey_add.md) - Add a skykey to Skynet. | ||
* [skynet skykey create](skynet_skykey_create.md) - Create a skykey on Skynet. | ||
* [skynet skykey get](skynet_skykey_get.md) - Perform skykey get operations. | ||
* [skynet skykey list](skynet_skykey_list.md) - Get a list of all skykeys on Skynet. | ||
|
||
###### Auto generated by spf13/cobra on 5-Aug-2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## skynet skykey add | ||
|
||
Add a skykey to Skynet. | ||
|
||
### Synopsis | ||
|
||
Store the given base-64 encoded skykey with the skykey manager. | ||
|
||
``` | ||
skynet skykey add [skykey] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for add | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-key string API password to use for authentication | ||
--custom-user-agent string Custom user agent to use | ||
--endpoint-path string Relative URL path of the endpoint to use | ||
--portal string Use a Skynet portal other than the default | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [skynet skykey](skynet_skykey.md) - Perform skykey operations. | ||
|
||
###### Auto generated by spf13/cobra on 5-Aug-2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## skynet skykey create | ||
|
||
Create a skykey on Skynet. | ||
|
||
### Synopsis | ||
|
||
Returns a new skykey created and stored under that name. | ||
|
||
``` | ||
skynet skykey create [skykey name] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for create | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-key string API password to use for authentication | ||
--custom-user-agent string Custom user agent to use | ||
--endpoint-path string Relative URL path of the endpoint to use | ||
--portal string Use a Skynet portal other than the default | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [skynet skykey](skynet_skykey.md) - Perform skykey operations. | ||
|
||
###### Auto generated by spf13/cobra on 5-Aug-2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## skynet skykey get | ||
|
||
Perform skykey get operations. | ||
|
||
### Synopsis | ||
|
||
Perform skykey get operations. | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for get | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-key string API password to use for authentication | ||
--custom-user-agent string Custom user agent to use | ||
--endpoint-path string Relative URL path of the endpoint to use | ||
--portal string Use a Skynet portal other than the default | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [skynet skykey](skynet_skykey.md) - Perform skykey operations. | ||
* [skynet skykey get id](skynet_skykey_get_id.md) - Get a skykey given its ID. | ||
* [skynet skykey get name](skynet_skykey_get_name.md) - Get a skykey given its name. | ||
|
||
###### Auto generated by spf13/cobra on 5-Aug-2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## skynet skykey get id | ||
|
||
Get a skykey given its ID. | ||
|
||
### Synopsis | ||
|
||
Get a skykey given its ID. | ||
|
||
``` | ||
skynet skykey get id [skykey id] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for id | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-key string API password to use for authentication | ||
--custom-user-agent string Custom user agent to use | ||
--endpoint-path string Relative URL path of the endpoint to use | ||
--portal string Use a Skynet portal other than the default | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [skynet skykey get](skynet_skykey_get.md) - Perform skykey get operations. | ||
|
||
###### Auto generated by spf13/cobra on 5-Aug-2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## skynet skykey get name | ||
|
||
Get a skykey given its name. | ||
|
||
### Synopsis | ||
|
||
Get a skykey given its name. | ||
|
||
``` | ||
skynet skykey get name [skykey name] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for name | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-key string API password to use for authentication | ||
--custom-user-agent string Custom user agent to use | ||
--endpoint-path string Relative URL path of the endpoint to use | ||
--portal string Use a Skynet portal other than the default | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [skynet skykey get](skynet_skykey_get.md) - Perform skykey get operations. | ||
|
||
###### Auto generated by spf13/cobra on 5-Aug-2020 |
Oops, something went wrong.