# Functions

AliasExtensionOrBundleCompleter - Completer for alias, extension, and bundle names.
No description provided by the author
ArmoryInstallCmd - The armory install command.
ArmorySearchCmd - Search for packages by name.
ArmoryUpdateCmd - Update all installed extensions/aliases.
No description provided by the author
DefaultArmoryParser - Parse the armory index directly from the url.
DefaultArmoryPkgParser - Parse the armory package manifest directly from the url.
No description provided by the author
GithubAPIArmoryIndexParser - Parse the armory index from a GitHub release.
GithubAPIArmoryPackageParser - Retrieve the minisig and tar.gz for an armory package from a GitHub release.
GithubArmoryPackageParser - Uses github.com instead of api.github.com to download packages.
PrintArmoryBundles - Prints the armory bundles.
PrintArmoryPackages - Prints the armory packages.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
ErrPackageNotFound - The package was not found.

# Structs

ArmoryBundle - A list of packages.
ArmoryHTTPConfig - Configuration for armory HTTP client.
ArmoryIndex - Index JSON containing alias/extension/bundle information.
ArmoryPackage - JSON metadata for alias or extension.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

ArmoryIndexParser - Generic interface to fetch armory indexes.
ArmoryPackageParser - Generic interface to fetch armory package manifests.
No description provided by the author