Skip to content

Commit

Permalink
Minor update to docs and coherence-go-client version (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 20, 2024
1 parent 71248b9 commit a7e9050
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/about/02_introduction.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2021, 2023 Oracle and/or its affiliates.
Copyright (c) 2021, 2024 Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.

Expand All @@ -26,10 +26,10 @@ NOTE: The CLI does not replace current management and monitoring tools such as t
https://docs.oracle.com/cd/E24628_01/install.121/e24215/coherence_getstarted.htm#GSSOA10121[Enterprise Manager], or https://oracle.github.io/coherence-operator/docs/latest/#/docs/metrics/040_dashboards[Grafana Dashboards], but complements and
provides a lightweight and scriptable alternative.
*Experimental Features*
*Current Experimental Features*
This version introduces an *experimental* set of commands to allow you to create and scale local only, development based clusters.
See <<docs/reference/98_create_clusters.adoc,Creating Clusters>> section for more details.
1. Create, start stop and scale local only development based clusters - <<docs/reference/98_create_clusters.adoc,more information>>.
2. Monitor clusters using a text based UI to show multiple panels - <<docs/reference/99_monitor_clusters.adoc,more information>>.
== Why use the Coherence CLI?
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/99_monitor_clusters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
== Monitor Clusters
=== Overview
Experimental command to monitor clusters with text UI
Experimental command to monitor clusters with text UI to show multiple panels.
NOTE: The `monitor cluster` command is current experimental only and may be changed or removed in the future
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/gdamore/tcell/v2 v2.7.4
github.com/ohler55/ojg v1.12.8
github.com/onsi/gomega v1.19.0
github.com/oracle/coherence-go-client v1.2.0
github.com/oracle/coherence-go-client v1.2.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.12.0
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ github.com/ohler55/ojg v1.12.8/go.mod h1:LBbIVRAgoFbYBXQhRhuEpaJIqq+goSO63/FQ+ny
github.com/onsi/ginkgo/v2 v2.1.3 h1:e/3Cwtogj0HA+25nMP1jCMDIf8RtRYbGwGGuBIFztkc=
github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw=
github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro=
github.com/oracle/coherence-go-client v1.2.0 h1:Ov+qk99Qg+Opyl+XYlPPROK1NDz9FbBG+SLPnO/7+6g=
github.com/oracle/coherence-go-client v1.2.0/go.mod h1:8wy6v4KvDGJv6iIiCD95aU0g8UL34DaKRHs3zqQN/Bg=
github.com/oracle/coherence-go-client v1.2.1 h1:uDMiq5JkI03zWh7sK4SapXopmedbAAHn+mlGSt5WCyY=
github.com/oracle/coherence-go-client v1.2.1/go.mod h1:8wy6v4KvDGJv6iIiCD95aU0g8UL34DaKRHs3zqQN/Bg=
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pelletier/go-toml/v2 v2.0.1 h1:8e3L2cCQzLFi2CR4g7vGFuFxX7Jl1kKX8gW+iV0GUKU=
Expand Down

0 comments on commit a7e9050

Please sign in to comment.