Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
autom8ter committed Dec 28, 2020
1 parent 2e395b3 commit 61bac1f
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := "0.0.3"
version := "0.0.4"

.DEFAULT_GOAL := help

Expand Down
2 changes: 1 addition & 1 deletion cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func init() {

var Config = &cobra.Command{
Use: "config",
Short: "configuration subcommands (get)",
Short: "configuration subcommands (get, open)",
Version: version.Version,
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/graph/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func init() {

var Create = &cobra.Command{
Use: "create",
Short: "graphikDB create operations",
Short: "graphikDB create operations (doc, connection)",
}

var createDocCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/graph/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func init() {

var Get = &cobra.Command{
Use: "get",
Short: "graphikDB get operations",
Short: "graphikDB get operations (doc, connection, schema)",
}

var docsCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/graph/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func init() {

var Search = &cobra.Command{
Use: "search",
Short: "graphikDB search operations",
Short: "graphikDB search operations (docs, connections)",
}

var searchDocs = &cobra.Command{
Expand Down
8 changes: 4 additions & 4 deletions docs/graphikctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ env-prefix: GRAPHIKCTL
### SEE ALSO

* [graphikctl auth](graphikctl_auth.md) - authentication/authorization subcommands (login)
* [graphikctl config](graphikctl_config.md) - configuration subcommands (get)
* [graphikctl create](graphikctl_create.md) - graphikDB create operations
* [graphikctl get](graphikctl_get.md) - graphikDB get operations
* [graphikctl search](graphikctl_search.md) - graphikDB search operations
* [graphikctl config](graphikctl_config.md) - configuration subcommands (get, open)
* [graphikctl create](graphikctl_create.md) - graphikDB create operations (doc, connection)
* [graphikctl get](graphikctl_get.md) - graphikDB get operations (doc, connection, schema)
* [graphikctl search](graphikctl_search.md) - graphikDB search operations (docs, connections)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## graphikctl config

configuration subcommands (get)
configuration subcommands (get, open)

### Options

Expand Down
2 changes: 1 addition & 1 deletion docs/graphikctl_config_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ graphikctl config get [flags]

### SEE ALSO

* [graphikctl config](graphikctl_config.md) - configuration subcommands (get)
* [graphikctl config](graphikctl_config.md) - configuration subcommands (get, open)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_config_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ graphikctl config open [flags]

### SEE ALSO

* [graphikctl config](graphikctl_config.md) - configuration subcommands (get)
* [graphikctl config](graphikctl_config.md) - configuration subcommands (get, open)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_create.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## graphikctl create

graphikDB create operations
graphikDB create operations (doc, connection)

### Options

Expand Down
2 changes: 1 addition & 1 deletion docs/graphikctl_create_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ graphikctl create connection [flags]

### SEE ALSO

* [graphikctl create](graphikctl_create.md) - graphikDB create operations
* [graphikctl create](graphikctl_create.md) - graphikDB create operations (doc, connection)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_create_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ graphikctl create doc --gtype task --attributes '{ "title": "this is a title", "

### SEE ALSO

* [graphikctl create](graphikctl_create.md) - graphikDB create operations
* [graphikctl create](graphikctl_create.md) - graphikDB create operations (doc, connection)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## graphikctl get

graphikDB get operations
graphikDB get operations (doc, connection, schema)

### Options

Expand Down
2 changes: 1 addition & 1 deletion docs/graphikctl_get_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ graphikctl get connection --gtype edited --gid 1mGJsm5AFOsAKqUZXZu8OCXuIci

### SEE ALSO

* [graphikctl get](graphikctl_get.md) - graphikDB get operations
* [graphikctl get](graphikctl_get.md) - graphikDB get operations (doc, connection, schema)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_get_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ graphikctl get doc --gtype task --gid 1mGJsm5AFOsAKqUZXZu8OCXuIci

### SEE ALSO

* [graphikctl get](graphikctl_get.md) - graphikDB get operations
* [graphikctl get](graphikctl_get.md) - graphikDB get operations (doc, connection, schema)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_get_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ graphikctl get schema

### SEE ALSO

* [graphikctl get](graphikctl_get.md) - graphikDB get operations
* [graphikctl get](graphikctl_get.md) - graphikDB get operations (doc, connection, schema)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## graphikctl search

graphikDB search operations
graphikDB search operations (docs, connections)

### Options

Expand Down
2 changes: 1 addition & 1 deletion docs/graphikctl_search_connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ graphikctl search connections [flags]

### SEE ALSO

* [graphikctl search](graphikctl_search.md) - graphikDB search operations
* [graphikctl search](graphikctl_search.md) - graphikDB search operations (docs, connections)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion docs/graphikctl_search_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ graphikctl search docs [flags]

### SEE ALSO

* [graphikctl search](graphikctl_search.md) - graphikDB search operations
* [graphikctl search](graphikctl_search.md) - graphikDB search operations (docs, connections)

###### Auto generated by spf13/cobra on 27-Dec-2020
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.0.3"
const Version = "0.0.4"

0 comments on commit 61bac1f

Please sign in to comment.