-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
146 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## avm | ||
|
||
Armory Version Manager | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for avm | ||
-v, --verbose show more details | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [avm install](avm_install.md) - install an Armory CLI version, if version is omitted latest will be used and it will be linked to as default | ||
* [avm list](avm_list.md) - list installed Armory CLI versions | ||
* [avm listall](avm_listall.md) - list available versions | ||
* [avm use](avm_use.md) - select an installed Armory CLI version to use | ||
* [avm version](avm_version.md) - Get the avm version | ||
|
||
###### Auto generated by spf13/cobra on 11-Oct-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## avm install | ||
|
||
install an Armory CLI version, if version is omitted latest will be used and it will be linked to as default | ||
|
||
``` | ||
avm install [version] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-d, --default Set version as default | ||
-h, --help help for install | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-v, --verbose show more details | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [avm](avm.md) - Armory Version Manager | ||
|
||
###### Auto generated by spf13/cobra on 11-Oct-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## avm list | ||
|
||
list installed Armory CLI versions | ||
|
||
``` | ||
avm list [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for list | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-v, --verbose show more details | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [avm](avm.md) - Armory Version Manager | ||
|
||
###### Auto generated by spf13/cobra on 11-Oct-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## avm listall | ||
|
||
list available versions | ||
|
||
``` | ||
avm listall [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for listall | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-v, --verbose show more details | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [avm](avm.md) - Armory Version Manager | ||
|
||
###### Auto generated by spf13/cobra on 11-Oct-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## avm use | ||
|
||
select an installed Armory CLI version to use | ||
|
||
``` | ||
avm use [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for use | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-v, --verbose show more details | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [avm](avm.md) - Armory Version Manager | ||
|
||
###### Auto generated by spf13/cobra on 11-Oct-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## avm version | ||
|
||
Get the avm version | ||
|
||
``` | ||
avm version [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for version | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-v, --verbose show more details | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [avm](avm.md) - Armory Version Manager | ||
|
||
###### Auto generated by spf13/cobra on 11-Oct-2021 |