edgedb-js
edgedb-js copied to clipboard
Gel still using edge-db everywhere?
Hi, I just wanted to experiment with gel, based on the online tutorial and docs. But i am confused. It's hard enough to switch over to a new name; but your cli seems to use the old name everywhere:
But when creating a project, it is creating edgedb.toml; not gel.toml;
All over the help it's still called edgedb:
npx gel -h Usage: edgedb [OPTIONS] [COMMAND]
Commands: dump Create database backup restore Restore database from backup file configure ... Modify database configuration
migration apply Apply migration from latest migration script
migration create Create migration script inside /migrations
migration status Show current migration status
migration log Show all migration versions
migration edit Edit migration file
migration upgrade-check Check if current schema is compatible with new EdgeDB version
migration extract Extract migration history from the database and write it to
migrate Apply migration (alias for edgedb migration apply)
database create Create a new database database drop Delete a database along with its data database wipe Delete a database's data and reset its schema while preserving the database itself (its cfg::DatabaseConfig) and existing migration scripts
describe object Describe a database object describe schema Describe current database schema
list ... List name and related info of database objects (types, scalars, modules, etc.) analyze Analyze performance of query in quotes (e.g. "select 9;") query Execute EdgeQL query in quotes (e.g. "select 9;") ui Launch EdgeDB instance in browser web UI info Show paths for EdgeDB installation
project init Initialize project or link to existing unlinked project project unlink Clean up project configuration project info Get various metadata about project instance project upgrade Upgrade EdgeDB instance used for current project
instance create Initialize a new EdgeDB instance instance list Show all instances instance status Show status of an instance instance start Start an instance instance stop Stop an instance instance restart Restart an instance instance destroy Destroy an instance and remove the data instance link Link to a remote EdgeDB instance instance unlink Unlink from a remote EdgeDB instance instance logs Show logs for an instance instance resize Resize an instance (EdgeDB Cloud only) instance backup Create a backup for an instance (EdgeDB Cloud only) instance restore Restore an instance from a backup (EdgeDB Cloud only) instance list-backups Restore an instance from a backup (EdgeDB Cloud only) instance upgrade Upgrade installations and instances instance revert Revert a major instance upgrade instance reset-password Generate new password for instance user (randomly generated by default) instance credentials Display instance credentials (add --json for verbose)
server ... Manage local EdgeDB installations
extension list List installed extensions for a local instance extension list-available List available extensions for a local instance extension install Install an extension for a local instance extension uninstall Uninstall an extension from a local instance
cli upgrade Upgrade the edgedb command-line tool
cloud ... EdgeDB Cloud authentication watch Start a long-running process that watches for changes in schema files in a project's dbschema directory, applying them in real time branch ... Manage branches hash-password Generate a SCRAM-SHA-256 hash for a password
The version, too:
npx gel -V ==> EdgeDB CLI 6.1.2+af38353
This one is used:
npm show gel
[email protected] | Apache-2.0 | deps: 6 | versions: 49 The official Node.js client library for Gel https://geldata.com/docs
bin: gel
dist .tarball: https://registry.npmjs.org/gel/-/gel-2.0.2.tgz .shasum: a12c96cc3a0bad938122da1f708cb4127b15753f .integrity: sha512-XTKpfNR9HZOw+k0Bl04nETZjuP5pypVAXsZADSdwr3EtyygTTe1RqvftU2FjGu7Tp9e576a9b/iIOxWrRBxMiQ== .unpackedSize: 619.2 kB