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

aana-cli

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aana-cli

## Installation

  • 1.1.63
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AA/NA Command Line Interface

Installation

AA/NA CLI requires environment configuration for proper use.

The env variables used are in JSON format and can be messy to add to an OS. Therefore, I'm using dotenv-json-complex which reads values from a .env.json file and dynamically adds them to the process's runtime environment.

Create an AANA_HOME env variable that points to a secure location in the users home folder

export AANA_HOME="$HOME/.aana"

Create the file .env.json in the AANA_HOME folder

touch $AANA_HOME/.env.json

Set permissions on the .env.json file to keep it secure

chmod 640 .env.json

Edit .env.json and add the appropriate JSON configuration.

Initialize Firebase

firebase init

Install MongoDb https://www.mongodb.com/try/download/community

FAQs

Package last updated on 19 May 2024

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