Skip to content

Commit

Permalink
Added extra information to the snippet library
Browse files Browse the repository at this point in the history
Since the universe of possible subcommands is potentially large,
identify which subcommand installs and which subcommand uninstalls
Also include subcommands that one may use but don't install or
uninstall a package (eg: apt-get update)

Signed-off-by: Nisha K <[email protected]>
  • Loading branch information
Nisha K committed Sep 22, 2017
1 parent f77d644 commit 1dbfd23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions command_lib/snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# image: the image name that the tool uses
# tag: the image tag name that the tool uses
apt-get:
install: 'install' # subcommand to install
remove: 'purge' # subcommand to remove a package
ignore: # list of subcommands that don't add or remove packages
- 'update'
packages:
- name: default
version:
Expand Down

0 comments on commit 1dbfd23

Please sign in to comment.