fauna-shell
fauna-shell copied to clipboard
Interactive shell for FaunaDB
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 7.0 Rewrite in TypeScript, provide ESM and CommonJS hybrid interface Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry')...
With 1.1.2 I could select either credentials or secret authentication upon 1st `cloud-login` invocation, now 1.2.0 allows only credentials authentication. The issue is, I'm logging in to dashboard with Github...
Ticket(s): FE-### ## Problem Explain the context and why you're making that change. What is the problem you're trying to solve? In some cases there is not a problem and...
We need this, because currently fauna shell does not exit with error  _Originally posted by @aprilmintacpineda in https://github.com/fauna/fauna-shell/issues/158#issuecomment-1075879065_
# Description The way errors are handled by this tool make it near impossible to build other tools or scripts on top of it in a reliable manner. As soon...
I'm trying to use fauna-shell to upload schema.graphql: ``` fauna upload-graphql-schema fauna/schema.graphql --domain db.us.fauna.com --secret SECRET_HERE --mode override ``` But I keep getting: ``` UPLOADING SCHEMA (mode=override): fauna/schema.graphql TypeError: Only...
Hello, I installed **fauna shell** and tried to **add a new endpoint** and when I run the command it gives this error: _Error: Error: connect ECONNREFUSED 127.0.0.1:8433_  I use...
Should be merged **only** when https://github.com/fauna/faunadb-js/pull/454 is released and web-shell is upgraded to that newest `faunadb` version. ### Notes [Jira Ticket](https://faunadb.atlassian.net/browse/FE-1175) ### How to test - run a command in...