Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appvise/fauna-cli

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appvise/fauna-cli

FaunaDB @cli

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
3
Weekly downloads
 
Created
Source

Fauna CLI

Description

Fauna-CLI CLI for managing Fauna databases.

Usage

Create an .env file with your Fauna secret set to the FAUNADB_SERVER_SECRET environment variable.

npm run install
npm run build
npm run fauna <command> [options]

Commands

test                                                                                                        Test action
list                                                                                                        List everything in current database
list:databases                                                                                              List all databases
create:databases [names]                                                                                    Create one or more databases
delete:databases [options] [names]                                                                          Delete one or more databases
delete:databases:all [options]                                                                              Delete all databases
sweep [options]                                                                                             Sweep database. Deletes everything inside the database: child databases, collections, indexes, functions, roles.
list:collections                                                                                            List all collections
create:collections [names]                                                                                  Create one or more collections
delete:collections [options] [names]                                                                        Delete one or more collections
delete:collections:all [options]                                                                            Delete all collections
list:indexes                                                                                                List all indexes
create:index [name] [collectionName] [unique] [terms] [values] [reverse]                                    Create an index
create:geohash-index [name] [collectionName] [path] [minPrefixLength] [maxPrefixLength] [values] [reverse]  Create a geohash index
create:indexes:search [collectionName] [searchFields] [requiredFilter]                                      Create search indexes for a collection
create:indexes:sort [collectionName] [sortFields] [multiSort]                                               Create sort indexes for a collection
create:indexes:unique [collectionName] [uniqueFields]                                                       Create unique indexes for a collection with one or more fields like: field1,field2;set2Field1,set2Field2
delete:indexes [options] [names]                                                                            Delete one or more indexes
delete:indexes:all [options]                                                                                Delete all indexes
create:model [name] [requiredFilter] [searchFields] [sortFields] [multiSort]                                Setup collection + search and sort indexes for a model
create:schema [fileName]                                                                                    Setup a database from a configuration file
help [command]                                                                                              display help for command

FAQs

Package last updated on 19 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc