Skip to content

Commit

Permalink
Bump: 0.4.0 -> 0.4.0-next
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Dec 16, 2020
1 parent 92b31f9 commit e4b23c9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 26 deletions.
25 changes: 13 additions & 12 deletions README.md
Expand Up @@ -130,17 +130,18 @@ USAGE:
ngsi [global options] command [command options] [arguments...]
VERSION:
0.3.0 (git_hash:d466356676201c8b237eaa4e768b9742d1b91120)
0.4.0 (git_hash:92b31f9c7fd1e0aad13e2aca14e73e6566adab2e)
COMMANDS:
help, h Shows a list of commands or help for one command
CONVENIENCE:
admin admin command for FIWARE Orion
cp copy entities
wc print number of entities, subscriptions, registrations, or types
wc print number of entities, subscriptions, registrations or types
man print urls of document
ls list entities
rm remove entities
receiver notification receiver
template create template of subscription or registration
version print the version of Context Broker
MANAGEMENT:
Expand All @@ -151,12 +152,12 @@ COMMANDS:
NGSI:
append append attributes
create create entity(ies), subscription or registration
delete delete entity(ies), attribute, subscription, or registration
get get entity(ies), attribute(s), subscription, registration, or type
list list types, entities, subscriptions, or registrations
delete delete entity(ies), attribute, subscription or registration
get get entity(ies), attribute(s), subscription, registration or type
list list types, entities, subscriptions or registrations
replace replace entities or attributes
update update entities, attribute(s), or subscription
upsert upsert entities
update update entities, attribute(s) or subscription
upsert upsert entity or entities
GLOBAL OPTIONS:
--syslog LEVEL specify logging LEVEL (off, err, info, debug)
Expand All @@ -180,17 +181,17 @@ The NGSI Go binary is installed in `/usr/local/bin`.
#### Installation on UNIX

```console
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.3.0/ngsi-v0.3.0-linux-amd64.tar.gz
sudo tar zxvf ngsi-v0.3.0-linux-amd64.tar.gz -C /usr/local/bin
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.4.0/ngsi-v0.4.0-linux-amd64.tar.gz
sudo tar zxvf ngsi-v0.4.0-linux-amd64.tar.gz -C /usr/local/bin
```

`ngsi-v0.3.0-linux-arm.tar.gz` and `ngsi-v0.3.0-linux-arm64.tar.gz` binaries are also available.
`ngsi-v0.4.0-linux-arm.tar.gz` and `ngsi-v0.4.0-linux-arm64.tar.gz` binaries are also available.

#### Installation on Mac

```console
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.3.0/ngsi-v0.3.0-darwin-amd64.tar.gz
sudo tar zxvf ngsi-v0.3.0-darwin-amd64.tar.gz -C /usr/local/bin
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.4.0/ngsi-v0.4.0-darwin-amd64.tar.gz
sudo tar zxvf ngsi-v0.4.0-darwin-amd64.tar.gz -C /usr/local/bin
```

### Install bash autocomplete file for NGSI Go
Expand Down
2 changes: 1 addition & 1 deletion cmd/ngsi/main.go
Expand Up @@ -35,7 +35,7 @@ import (
"github.com/lets-fiware/ngsi-go/internal/ngsicmd"
)

var version = "0.4.0"
var version = "0.4.0-next"
var revision = ""

func main() {
Expand Down
17 changes: 9 additions & 8 deletions docs/global.md
Expand Up @@ -42,17 +42,18 @@ USAGE:
ngsi [global options] command [command options] [arguments...]
VERSION:
0.3.0 (git_hash:d466356676201c8b237eaa4e768b9742d1b91120)
0.4.0 (git_hash:92b31f9c7fd1e0aad13e2aca14e73e6566adab2e)
COMMANDS:
help, h Shows a list of commands or help for one command
CONVENIENCE:
admin admin command for FIWARE Orion
cp copy entities
wc print number of entities, subscriptions, registrations, or types
wc print number of entities, subscriptions, registrations or types
man print urls of document
ls list entities
rm remove entities
receiver notification receiver
template create template of subscription or registration
version print the version of Context Broker
MANAGEMENT:
Expand All @@ -63,12 +64,12 @@ COMMANDS:
NGSI:
append append attributes
create create entity(ies), subscription or registration
delete delete entity(ies), attribute, subscription, or registration
get get entity(ies), attribute(s), subscription, registration, or type
list list types, entities, subscriptions, or registrations
delete delete entity(ies), attribute, subscription or registration
get get entity(ies), attribute(s), subscription, registration or type
list list types, entities, subscriptions or registrations
replace replace entities or attributes
update update entities, attribute(s), or subscription
upsert upsert entities
update update entities, attribute(s) or subscription
upsert upsert entity or entities
GLOBAL OPTIONS:
--syslog LEVEL specify logging LEVEL (off, err, info, debug)
Expand All @@ -92,5 +93,5 @@ ngsi --version
```

```text
ngsi version 0.3.0 (git_hash:d466356676201c8b237eaa4e768b9742d1b91120)
ngsi version 0.4.0 (git_hash:92b31f9c7fd1e0aad13e2aca14e73e6566adab2e)
```
10 changes: 5 additions & 5 deletions docs/install.md
Expand Up @@ -7,17 +7,17 @@ The NGSI Go binary is installed in `/usr/local/bin`.
### Installation on UNIX

```console
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.3.0/ngsi-v0.3.0-linux-amd64.tar.gz
sudo tar zxvf ngsi-v0.3.0-linux-amd64.tar.gz -C /usr/local/bin
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.4.0/ngsi-v0.4.0-linux-amd64.tar.gz
sudo tar zxvf ngsi-v0.4.0-linux-amd64.tar.gz -C /usr/local/bin
```

`ngsi-v0.3.0-linux-arm.tar.gz` and `ngsi-v0.3.0-linux-arm64.tar.gz` binaries are also available.
`ngsi-v0.4.0-linux-arm.tar.gz` and `ngsi-v0.4.0-linux-arm64.tar.gz` binaries are also available.

### Installation on Mac

```console
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.3.0/ngsi-v0.3.0-darwin-amd64.tar.gz
sudo tar zxvf ngsi-v0.3.0-darwin-amd64.tar.gz -C /usr/local/bin
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.4.0/ngsi-v0.4.0-darwin-amd64.tar.gz
sudo tar zxvf ngsi-v0.4.0-darwin-amd64.tar.gz -C /usr/local/bin
```

## Install bash autocomplete file for NGSI Go
Expand Down

0 comments on commit e4b23c9

Please sign in to comment.