You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? Are you sure to add profile to configuration file? y
53
-
Adding profile to configuration file is successfully in /Users/benx/.escli/config.yaml
62
+
? Your Profile Name : localhost
63
+
? Your ElasticSearch or OpenSearch URL : https://localhost:9200
64
+
? Select your product (elasticsearch or opensearch) : elasticsearch
65
+
? Your AWS Default Region (If you don't use AWS, type blank) :
66
+
? Your HTTP Username (If you don't use http basic authentication, type blank) : elastic
67
+
? Your HTTP Password (If you don't use http basic authentication, type blank) : ********************
68
+
? Your certificateFingerPrint (If you don't use certificate finger print, type blank) : 67c2d588a7a6a50e773d0cc91f83cab7a6c11a19e199f3f075b9b6d873a5992a
*`--profile` : you can specify profile from configuration file. if you don't specify `--profile` option, escli use first profile of configuration file.
60
112
*`--config` : you can specify configuration file. if you don't specify `--config` option, escli use `~/.escli/config.yaml` configuration file.
@@ -73,26 +125,32 @@ you can add one more elasticsearch clusters to your configuration file by `profi
73
125
74
126
```bash
75
127
$ escli profiles add
76
-
? Your Profile Name : service-es
77
-
? Your ElasticSearch URL : http://search.domain.com:9200
78
-
? Your AWS Default Region (If you don't use AWS, type blank) :
79
-
- profile: service-es
80
-
elasticsearch_url: http://search.domain.com:9200
81
-
aws_region: ""
82
-
83
-
? Are you sure to add profile to configuration file? y
84
-
Adding profile to configuration file is successfully in /Users/benx/.escli/config.yaml
128
+
? Your Profile Name : localhost
129
+
? Your ElasticSearch or OpenSearch URL : https://localhost:9200
130
+
? Select your product (elasticsearch or opensearch) : elasticsearch
131
+
? Your AWS Default Region (If you don't use AWS, type blank) :
132
+
? Your HTTP Username (If you don't use http basic authentication, type blank) : elastic
133
+
? Your HTTP Password (If you don't use http basic authentication, type blank) : ********************
134
+
? Your certificateFingerPrint (If you don't use certificate finger print, type blank) : 67c2d588a7a6a50e773d0cc91f83cab7a6c11a19e199f3f075b9b6d873a5992a
0 commit comments