Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@appvise/fauna-cli
Advanced tools
Fauna-CLI CLI for managing Fauna databases.
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]
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
FaunaDB @cli
The npm package @appvise/fauna-cli receives a total of 5 weekly downloads. As such, @appvise/fauna-cli popularity was classified as not popular.
We found that @appvise/fauna-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.