Skip to content

ljacobsson/aws-sdk-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SDK v3 CLI

The AWS SDK v3 for Javascript is becoming the standard SDK for Javascript developers. However, due to inconsistent naming, it is not easy to find the service clients you need without going through the documentation.

This is a command-line interface (CLI) tool for the AWS SDK v3. It allows you to search for aws-sdk-js service clients using free text search.

Demo

Prerequisites

Before using this CLI tool, make sure you have the following:

  • Node.js installed on your system.
  • An environment variable named GITHUB_TOKEN set with your GitHub personal access token. You can create one here.

Installation

To install the tool, run the following command:

npm install -g aws-sdk-v3-cli

Usage

Run the CLI tool using the following command:

awssdk [options]

Options

The CLI tool supports the following options:

  • --no-cache: Use this option to disable cached results. By default, the tool uses cached results to improve performance. If you want to refresh the results, run the command with --no-cache.

Example

awssdk --no-cache

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

CLI tool that helps you find the right AWS SDK client for your use case

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published