From 383c1e3a56bf0549584aa850d544a302cd6cc0e5 Mon Sep 17 00:00:00 2001 From: Rich Lafferty Date: Wed, 12 Feb 2020 21:08:54 -0500 Subject: [PATCH] Document 'bma' command completion --- README.md | 3 +++ docs/index.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c896477..77e06ea3 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ In the example above, shell autocompletion retrieved the existing EC2 Keypair names (`alice`, `bob`) from AWS. This helps avoid the need to rely on human memory or terminal copypasta. +Additionally, all of the bash-my-aws commands are available as completions +for the `bma` command, so `bma[tab][tab]` will produce a list of all of the +available commands. ### Unix Pipeline Friendly diff --git a/docs/index.md b/docs/index.md index 629ea002..c8f5f6e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -76,6 +76,9 @@ In the example above, shell autocompletion retrieved the existing EC2 Keypair names (`alice`, `bob`) from AWS. This helps avoid the need to rely on human memory or terminal copypasta. +Additionally, all of the bash-my-aws commands are available as completions +for the `bma` command. This means you can `bma[tab][tab]` to get a listing +of all the commands. ### Unix Pipeline Friendly