Socket
Socket
Sign inDemoInstall

aana-cli

Package Overview
Dependencies
49
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aana-cli

## Installation


Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 17 Oct 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc