Skip to content

Commit dd6d37e

Browse files
committed
Added default of empty string to --contact-point for cluster create
1 parent 057a50f commit dd6d37e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli-reference.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,7 @@ commands:
10441044
help: "Email or slack webhook url to be used for alerting"
10451045
dest: contact_point
10461046
type: str
1047+
default: ""
10471048
- name: "--grafana-endpoint"
10481049
help: "Endpoint url for Grafana"
10491050
dest: grafana_endpoint

simplyblock_core/env_var

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SIMPLY_BLOCK_COMMAND_NAME=sbcli-dev
2-
SIMPLY_BLOCK_VERSION=14.0.7
2+
SIMPLY_BLOCK_VERSION=14.0.8
33

44
SIMPLY_BLOCK_DOCKER_IMAGE=public.ecr.aws/simply-block/simplyblock:main
55
DOCKER_USER=hamdysimplyblock

0 commit comments

Comments
 (0)