Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Oct 11, 2021
1 parent 9518bc5 commit f9ac9b3
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/avm.md
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
26 changes: 26 additions & 0 deletions docs/avm_install.md
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
25 changes: 25 additions & 0 deletions docs/avm_list.md
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
25 changes: 25 additions & 0 deletions docs/avm_listall.md
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
25 changes: 25 additions & 0 deletions docs/avm_use.md
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
25 changes: 25 additions & 0 deletions docs/avm_version.md
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

0 comments on commit f9ac9b3

Please sign in to comment.