Skip to content

Commit 143ffe5

Browse files
authored
init: Remove mentions of ESS in config bootstrap (#54)
Removes any mention of the ESS service in the init command and the default ESS API URL. Signed-off-by: Marc Lopez <marc5.12@outlook.com>
1 parent c0ae026 commit 143ffe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ecctl-getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ $ ecctl init
113113
Welcome to the Elastic Cloud CLI! This command will guide you through authenticating and setting some default values.
114114
115115
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
117117
118118
What default output format would you like?
119119
[1] text - Human-readable output format, commands with no output templates defined will fall back to JSON.

pkg/ecctl/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const (
5656
missingConfigMsg = `Missing configuration file, would you like to initialise it? [y/n]: `
5757
existingConfigMsg = `Would you like to change your current settings? [y/n]: `
5858

59-
hostMsg = "Enter the URL of the Elastic Cloud API or your ECE installation: "
59+
hostMsg = "Enter the URL of your ECE installation: "
6060

6161
apiKeyMsg = "Paste your API Key and press enter: "
6262
userMsg = "Type in your username: "

0 commit comments

Comments
 (0)