geldata/setup-gel
Set up Gel CLI and Server and make them available in PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cli-version | Version range or exact version of Gel CLI to set up, using SemVer's version range syntax, or one of the predefined rolling version specifiers: "nightly" for the latest nightly build, "stable" for the latest stable release. Defaults to "stable". | no | stable |
| server-version | Version of Gel server to install, or "stable" for the latest stable release, or "nightly" for the latest nightly build, or "none" to skip installation. Defaults to "stable". | no | stable |
| instance-name | Name of Gel instance to be used when creating new instance, linking or initializing the project. If not set, the name will be auto-generated. | no | "" |
| server-dsn | If set, specifies the DSN of a remote Gel instance to link to instead of initializing a new local instance. By default, a new instance will be initialized. | no | false |
| project-dir | If set, specifies the directory with gel.toml project manifest. | no | "" |
Outputs
no outputs