Skip to main content

A utility for managing multiple configurations & environments

Project description

A tool to help users manage multiple environments.

When launching a shell in the environment, it sets sets environment variables automatically.

It can also integrate with Python Virtual Environments, AWS Profiles (eg. Assume Role).

Once you’ve created an environment, edit the environment.json to configure additional environment variables.

Usage

$ nv
Usage: nv [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  create  Create a new environment (in the current...
  rm      Remove an environment.
  shell   Launch a new shell in the specified...
$ nv create --help

Usage: nv create [OPTIONS] [ENVIRONMENT_NAME]

  Create a new environment in %PROJECT%/.nv-%ENVIRONMENT_NAME%

Options:
  -p, --project-name TEXT      Your project name (defaults to current
                               directory name)
  -d, --project-dir DIRECTORY  Path to the project project (defaults to
                               current directory)
  --pew                        Activate a python virtualenv via pew
  --aws-profile TEXT           Obtain credentials for the given profile.
  --help                       Show this message and exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nv-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

nv-0.0.1-py2-none-any.whl (6.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page