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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -514,6 +514,11 @@ For details on how to connect the service with the Elastic stack, see the [servi
514
514
515
515
You can customize your stack using profile settings, see [Elastic Package profiles](https://github.com/elastic/elastic-package/blob/main/README.md#elastic-package-profiles-1) section. These settings can be also overriden with the --parameter flag. Settings configured this way are not persisted.
516
516
517
+
There are different providers supported, that can be selected with the --provider flag.
518
+
- compose: Starts a local stack using Docker Compose. This is the default.
519
+
- environment: Prepares an existing stack to be used to test packages. Missing components are started locally using Docker Compose. Environment variables are used to configure the access to the existing Elasticsearch and Kibana instances.
520
+
- serverless: Uses Elastic Cloud to start a serverless project. Requires an Elastic Cloud API key.
Copy file name to clipboardExpand all lines: cmd/stack.go
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,12 @@ To expose local packages in the Package Registry, build them first and boot up t
47
47
48
48
For details on how to connect the service with the Elastic stack, see the [service command](https://github.com/elastic/elastic-package/blob/main/README.md#elastic-package-service).
49
49
50
-
You can customize your stack using profile settings, see [Elastic Package profiles](https://github.com/elastic/elastic-package/blob/main/README.md#elastic-package-profiles-1) section. These settings can be also overriden with the --parameter flag. Settings configured this way are not persisted.`
50
+
You can customize your stack using profile settings, see [Elastic Package profiles](https://github.com/elastic/elastic-package/blob/main/README.md#elastic-package-profiles-1) section. These settings can be also overriden with the --parameter flag. Settings configured this way are not persisted.
51
+
52
+
There are different providers supported, that can be selected with the --provider flag.
53
+
- compose: Starts a local stack using Docker Compose. This is the default.
54
+
- environment: Prepares an existing stack to be used to test packages. Missing components are started locally using Docker Compose. Environment variables are used to configure the access to the existing Elasticsearch and Kibana instances.
55
+
- serverless: Uses Elastic Cloud to start a serverless project. Requires an Elastic Cloud API key.`
51
56
52
57
conststackShellinitLongDescription=`Use this command to export to the current shell the configuration of the stack managed by elastic-package.
0 commit comments