File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,15 @@ $ ecctl init
113
113
Welcome to the Elastic Cloud CLI! This command will guide you through authenticating and setting some default values.
114
114
115
115
Missing configuration file, would you like to initialise it? [y/n]: y
116
- Enter the URL of your ECE installation: https://192.168.44.10:12434
116
+
117
+ Select which type of Elastic Cloud offering will you be working with:
118
+ [1] Elasticsearch Service (default).
119
+ [2] Elastic Cloud Enterprise (ECE).
120
+ [3] Elasticsearch Service Private (ESSP).
121
+
122
+ Please enter your choice: 1
123
+
124
+ Using "https://api.elastic-cloud.com" as the API endpoint.
117
125
118
126
What default output format would you like?
119
127
[1] text - Human-readable output format, commands with no output templates defined will fall back to JSON.
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const (
78
78
79
79
var (
80
80
hostChoiceMsg = `
81
- Select which type of Elastic Cloud offering will you be working with:
81
+ Select which type of Elastic Cloud offering you will be working with:
82
82
[1] Elasticsearch Service (default).
83
83
[2] Elastic Cloud Enterprise (ECE).
84
84
[3] Elasticsearch Service Private (ESSP).
You can’t perform that action at this time.
0 commit comments