0.8.0 • Published 3 years ago

@cipherstash/stash-cli v0.8.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

🪄 stash-cli, the CipherStash CLI

stash-cli is a CLI for working with CipherStash.

It's the easiest way to start inserting and querying records in CipherStash.

It also can be used to do CRUD on collections.

🏃 Quickstart

Once you have the necessary system-level dependencies installed, you can get going with:

# Install stash-cli
npm install -g @cipherstash/stash-cli

# Get an access token for your workspace
# Set up a workspace by following https://docs.cipherstash.com/tutorials/getting-started/index.html
stash login --workspace $WORKSPACE_ID

# Show all collections
stash list-collections

# Query data
stash query --collection movies --where 'year >= :year' --var year=1995

Using

If this is your first time working with stash-cli, check out the getting started guide.

If you have used stash-cli before, check out the reference documentation for details on each subcommand.

Developing

Ensure you have these dependencies installed:

  • Node.js >= 16.x.x
  • pnpm >= 6.26.0
  • Rust >= 1.56.1

One of the easiest ways to do this is with asdf, and a .tool-versions that looks like this:

nodejs 16.14.0
pnpm 6.26.0
rust 1.56.1

Then run:

# Install (dev) dependencies
pnpm install

# Build the package
pnpm build
0.5.4

3 years ago

0.8.0

3 years ago

0.5.3

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.1-dev.2

3 years ago

0.5.1-dev.1

3 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.3.14

3 years ago

0.3.14-dev

3 years ago

0.3.14-dev-3

3 years ago

0.3.14-dev-4

3 years ago

0.3.14-dev-2

3 years ago

0.4.0

3 years ago

0.3.14-dev-5

3 years ago

0.3.14-dev-6

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.9

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.4

3 years ago

0.3.2

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.0.3

4 years ago