edgedb / edgedb-cli

The EdgeDB CLI

Home Page:https://www.edgedb.com/docs/cli/index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdgeDB Command-line Tools

This repository contains edgedb command-line tool rewritten in rust.

Install

Install the latest stable build with:

curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh

Nightly builds can be installed with:

curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh -s -- --nightly

Development

Use cargo for building it:

cargo build
cargo run -- --admin -d tutorial
cargo test

License

Licensed under either of

at your option.

About

The EdgeDB CLI

https://www.edgedb.com/docs/cli/index

License:Apache License 2.0


Languages

Language:Rust 98.5%Language:Shell 1.0%Language:EdgeQL 0.3%Language:Nix 0.1%Language:PowerShell 0.1%