Socket
Socket
Sign inDemoInstall

aana

Package Overview
Dependencies
38
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aana

## Installation


Version published
Maintainers
1
Created

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.

FAQs

Last updated on 03 Sep 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