From e4b23c9569e25b5afc75a4bf4fd7dc88b26c2ae0 Mon Sep 17 00:00:00 2001 From: Kazuhito Suda Date: Wed, 16 Dec 2020 19:28:42 +0900 Subject: [PATCH] Bump: 0.4.0 -> 0.4.0-next --- README.md | 25 +++++++++++++------------ cmd/ngsi/main.go | 2 +- docs/global.md | 17 +++++++++-------- docs/install.md | 10 +++++----- 4 files changed, 28 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index ab3880c3..ef4c1729 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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) @@ -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 diff --git a/cmd/ngsi/main.go b/cmd/ngsi/main.go index 8e46464f..88759ef8 100644 --- a/cmd/ngsi/main.go +++ b/cmd/ngsi/main.go @@ -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() { diff --git a/docs/global.md b/docs/global.md index 4c5a5d81..2346a9e6 100644 --- a/docs/global.md +++ b/docs/global.md @@ -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: @@ -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) @@ -92,5 +93,5 @@ ngsi --version ``` ```text -ngsi version 0.3.0 (git_hash:d466356676201c8b237eaa4e768b9742d1b91120) +ngsi version 0.4.0 (git_hash:92b31f9c7fd1e0aad13e2aca14e73e6566adab2e) ``` diff --git a/docs/install.md b/docs/install.md index 4a376e52..a38aeaa9 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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