From e4eeb190b95a45549425b689f8726a387404b761 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 19 Feb 2020 11:20:15 -0600 Subject: [PATCH] Document gpm get Signed-off-by: jolheiser --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 793b2a1..77f7cd2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Using either a GPM server or local config, I can instead `gpm get cli` which fin * `config` - Change local configuration (GPM server) * `export` - Export local packages to JSON * `import` - Import JSON to local packages +* `get` - Get a list of packages +e.g. `gpm get beaver survey toml homedir cli` to get all the modules needed for gpm itself (assuming the map resolves to the same packages) ### Server