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

bls-webpack

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bls-webpack

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AWS CLI v2

This bundle contains a built executable of the AWS CLI v2. Note that the AWS CLI v2 is in developer preview. In the future, there may be backwards incompatible changes introduced to the AWS CLI v2.

Installation

To install the AWS CLI v2, run the install script:

$ sudo ./install 
You can now run: /usr/local/bin/aws2 --version

This will install the AWS CLI v2 at /usr/local/bin/aws2. Assuming /usr/local/bin is on your PATH, you can now run:

$ aws2 --verison

Installing without sudo

If you don't have sudo permissions or want to install the AWS CLI v2 only for the current user, run the install script with the -b and -i options:

$ ./install -i ~/.local/aws-cli -b ~/.local/bin

This will install the AWS CLI v2 in ~/.local/aws-cli and create symlinks for aws2 and aws2_completer in ~/.local/bin. For more information about these options, run the install script with -h:

$ ./install -h

Updating

If you run the install script and there is a previously installed version of the AWS CLI v2, the script will error out. To update to the version included in this bundle, run the install script with --update:

$ sudo ./install --update

Removing the installation

To remove the AWS CLI v2, delete the its installation and symlinks:

$ sudo rm -rf /usr/local/aws-cli
$ sudo rm /usr/local/bin/aws2
$ sudo rm /usr/local/bin/aws2_completer

Note if you installed the AWS CLI v2 using the -b or -i options, you will need to remove the installation and the symlinks in the directories you specified.

FAQs

Package last updated on 25 Feb 2020

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