File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ $ 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 the Elastic Cloud API or your ECE installation: https ://api.elastic-cloud.com
116
+ Enter the URL of your ECE installation: http ://192.168.44.10:12300
117
117
118
118
What default output format would you like?
119
119
[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 @@ -56,7 +56,7 @@ const (
56
56
missingConfigMsg = `Missing configuration file, would you like to initialise it? [y/n]: `
57
57
existingConfigMsg = `Would you like to change your current settings? [y/n]: `
58
58
59
- hostMsg = "Enter the URL of the Elastic Cloud API or your ECE installation: "
59
+ hostMsg = "Enter the URL of your ECE installation: "
60
60
61
61
apiKeyMsg = "Paste your API Key and press enter: "
62
62
userMsg = "Type in your username: "
You can’t perform that action at this time.
0 commit comments