New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

awsps

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awsps

awsps is a shell tool for easily switching and mangaing AWS profiles for AWS CLI.

latest
npmnpm
Version
0.6.7
Version published
Maintainers
1
Created
Source

Overview

awsps is a shell tool for easily switching and mangaing AWS profiles for AWS CLI.

Prerequisites

  • Node.js installed
  • AWS Credentials file in your home directory (run aws configure using AWS CLI)

Supported Platforms (Tested)

  • Windows 10
  • MacOS High Sierra

Getting started

  • npm install -g awsps : Installs awsps
  • awsps configure : Configures the necessary settings to use awsps
  • Restart your shell (first time setup only)
  • You are now set up to use awsps!

Commands

Setting up awsps for use

awsps configure

The configure command will configure your system to use awsps. You will be required to restart your shell after the configuration is complete.

Adding an AWS Profile

awsps add

The add command will take you through an input prompt to create a new profile. You will need your accessKeyId and secretKey for this.

Selecting an AWS Profile for Usage

awsps use [profileName]

The use command will allow you to select an available AWS Profile to use. You can also skip the prompt by inputting a profile name that you know exists.

Listing available AWS Profiles

awsps list

The list command shows you the AWS profiles you have available to you. It'll mark the profile you are currently using with "<--".

Show Current Profile

awsps current

The current command will show you the AWS profile you're currently using for AWS CLI.

Uninstalling

awsps uninstall

The uninstall command will remove any configuration from awsps.

Keywords

aws

FAQs

Package last updated on 15 Jan 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