Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.6 KB

GitHub tag GitHub GitHub last commit

Travis (.com) GitHub issues GitHub pull requests

xsh-lib/aws

xsh Library - AWS.

About xsh and its libraries, check out xsh document

Requirements

  1. bash

    Tested with bash:

    • 4.3.48 on Linux
    • 3.2.57 on macOS
  2. awscli

    Tested with awscli 1.17.4.

This project is still at version 0.x, and should be considered immature.

Dependency

  1. xsh-lib/core

    This library depends on xsh-lib/core which should be loaded first before to use this library.

    xsh load xsh-lib/core

Installation

Assume xsh is already installed at your local.

To load this library into xsh issue below command:

xsh load xsh-lib/aws

The loaded library can be referred as name aws.

Usage

List available utilities for this library:

xsh list aws