-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/GISBlox/gisblox-services-cli …
…into main
Showing
3 changed files
with
89 additions
and
16 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 |
---|---|---|
@@ -1,48 +1,70 @@ | ||
# Authentication | ||
Login, logout, and get information about your authentication state | ||
Login, logout, and get information about your authentication state. | ||
|
||
Available commands: | ||
- [login](#gbs-login) | ||
- [logout](#gbs-logout) | ||
- [status](#gbs-status) | ||
|
||
## gbs login | ||
Authenticate with a GISBlox Services host. | ||
Authenticate with a GISBlox Services host. | ||
|
||
You must have a personal service key to access GISBlox Services. To generate a service key, create an account in the [GISBlox Account Center](https://account.gisblox.com/) and add a free subscription to the GISBlox Location Services. Once subscribed, click the Location Services tile and copy the service key from the information panel. [More information](http://library.gisblox.com/content/nl-nl/gb1810090). | ||
|
||
|
||
### Usage | ||
``` | ||
gbs login [options] | ||
``` | ||
|
||
### Example | ||
|
||
``` | ||
# authenticate against gisblox.com with a service key. | ||
$ gbs login --with-token MY_SERVICE_KEY | ||
``` | ||
|
||
### Options | ||
``` | ||
--help Show help information. | ||
-t|--with-token <service-key> Authenticate with a GISBlox Services service key. | ||
``` | ||
|
||
## gbs logout | ||
Log out of a GISBlox Services host. | ||
Log out of a GISBlox Services host. This command removes the authentication configuration. | ||
|
||
### Usage | ||
``` | ||
gbs logout [options] | ||
``` | ||
|
||
### Example | ||
|
||
``` | ||
$ gbs logout | ||
``` | ||
|
||
### Options | ||
``` | ||
--help Show help information. | ||
--help Show help information. | ||
``` | ||
|
||
## gbs status | ||
Verifies and displays information about your authentication state. | ||
|
||
### Usage | ||
This command will test your authentication state and reports current subscription details. | ||
|
||
``` | ||
gbs status [options] | ||
``` | ||
|
||
### Example | ||
|
||
``` | ||
$ gbs status | ||
``` | ||
|
||
### Options | ||
``` | ||
--help Show help information. | ||
--help Show help information. | ||
``` | ||
|
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