Skip to content

flowerinthenight/lunactl

Repository files navigation

Important

This project is now on its own org at (https://github.com/luna-hq/lunactl/).


main

Test cmdline for Luna.

Install via Homebrew:

$ brew install flowerinthenight/tap/lunactl

Sample usage:

# Setup access to GCS:
$ PAYLOAD=$(sh -c ./1-test-gcs-secret.sh); lunactl -x -p $PAYLOAD

# Load CSV files from GCS:
$ lunactl -x -p "$(cat 2-test-load-gcs-csv.txt)"

# Describe the created table:
$ lunactl -p 'DESCRIBE tmpcur;'

# Sample query:
$ lunactl -p 'SELECT uuid from tmpcur;'

About

Nothing to see here.

Resources

License

Stars

Watchers

Forks

Packages

No packages published