edgedb/setup-edgedb

Set up EdgeDB CLI and Server and make them available in PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cli-versionVersion range or exact version of EdgeDB 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". nostable
server-versionVersion of EdgeDB 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". nostable
instance-nameName of EdgeDB instance to be used when creating new instance, linking or initializing the project. If not set, the name will be auto-generated. no""
server-dsnIf set, specifies the DSN of a remote EdgeDB instance to link to instead of initializing a new local instance. By default, a new instance will be initialized. nofalse
project-dirIf set, specifies the directory with edgedb.toml project manifest. no""

no outputs