Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update command reference documentation #192

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion reference/cmd-ref/amc/ams.amc.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ with Anbox Cloud.
* [ams.amc launch](ams.amc_launch.md) - Launch an instance
* [ams.amc list](ams.amc_list.md) - List instances
* [ams.amc logs](ams.amc_logs.md) - Show runtime logs of an instance
* [ams.amc monitor](ams.amc_monitor.md) -
* [ams.amc node](ams.amc_node.md) - Manage nodes
* [ams.amc remote](ams.amc_remote.md) - Interact with remote AMS daemons
* [ams.amc shell](ams.amc_shell.md) - Open a shell inside a running instance
Expand All @@ -42,4 +43,4 @@ with Anbox Cloud.
* [ams.amc stop](ams.amc_stop.md) - Stop a running instance
* [ams.amc wait](ams.amc_wait.md) - Wait for an instance to reach a specific condition

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ See https://anbox-cloud.io/docs/ref/addons for detailed information.
* [ams.amc addon show](ams.amc_addon_show.md) - Show more information about a specific addon
* [ams.amc addon update](ams.amc_addon_update.md) - Update an existing addon

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_addon_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ $ amc addon add foo my-addon/

* [ams.amc addon](ams.amc_addon.md) - Manage addons

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_addon_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Do you want to continue? [Y/n]: Y

* [ams.amc addon](ams.amc_addon.md) - Manage addons

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_addon_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ $ amc addon list

* [ams.amc addon](ams.amc_addon.md) - Manage addons

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_addon_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ used_by: []

* [ams.amc addon](ams.amc_addon.md) - Manage addons

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_addon_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ $ amc addon update foo addon/

* [ams.amc addon](ams.amc_addon.md) - Manage addons

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ for any container launched for the application.
* [ams.amc application unset](ams.amc_application_unset.md) - Reset an application field
* [ams.amc application update](ams.amc_application_update.md) - Update an existing application

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_application_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ $ amc application create my-app

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_application_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Do you want to continue? [Y/n]:

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
27 changes: 14 additions & 13 deletions reference/cmd-ref/amc/ams.amc_application_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ They are of the following form:

'attribute' can be one of the following:

+---------------+----------------------------+
| Name | Argument type |
+---------------+----------------------------+
| instance-type | comma-separated list |
| addons | comma-separated list |
| tag | (deprecated) |
| tags | comma-separated list |
| published | Boolean (true/false) |
| immutable | Boolean (true/false) |
| status | string (ready, error etc.) |
| vm | Boolean (true/false) |
+---------------+----------------------------+
+------------------------+----------------------------+
| Name | Argument type |
+------------------------+----------------------------+
| instance-type | comma-separated list |
| addons | comma-separated list |
| tag | (deprecated) |
| tags | comma-separated list |
| published | Boolean (true/false) |
| immutable | Boolean (true/false) |
| status | string (ready, error etc.) |
| vm | Boolean (true/false) |
| parent_image_variant | string |
+------------------------+----------------------------+



Expand Down Expand Up @@ -61,4 +62,4 @@ $ amc application list --filter published=true

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_application_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ $ amc application publish foo 0

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_application_revoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ $ amc application revoke my-app 1

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_application_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ $ amc application set foo instance-type a4.3

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
4 changes: 3 additions & 1 deletion reference/cmd-ref/amc/ams.amc_application_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ published: true
immutable: false
vm: false
inhibit-auto-updates: false
parent-image: jammy:android13:amd64
parent-image-variant: android
tags: []
config:
instance-type: a2.3
Expand All @@ -49,4 +51,4 @@ versions:

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_application_unset.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ $ amc application unset foo tags

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_application_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ $ amc application update foo foo-app/

* [ams.amc application](ams.amc_application.md) - Manage applications

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ ams.amc benchmark ( <app_id> | <image_id> ) [flags]

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ See each sub-command's help for details on how to use the generated script.
* [ams.amc completion powershell](ams.amc_completion_powershell.md) - Generate the autocompletion script for powershell
* [ams.amc completion zsh](ams.amc_completion_zsh.md) - Generate the autocompletion script for zsh

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ ams.amc completion bash

* [ams.amc completion](ams.amc_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_completion_fish.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ams.amc completion fish [flags]

* [ams.amc completion](ams.amc_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_completion_powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ ams.amc completion powershell [flags]

* [ams.amc completion](ams.amc_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ ams.amc completion zsh [flags]

* [ams.amc completion](ams.amc_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ available configuration items.
* [ams.amc config show](ams.amc_config_show.md) - Show all configuration items
* [ams.amc config trust](ams.amc_config_trust.md) - Manage trusted clients

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_config_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ $ amc config set container.features enable_virtual_keyboard

* [ams.amc config](ams.amc_config.md) - Manage AMS configuration

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_config_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ config:

* [ams.amc config](ams.amc_config.md) - Manage AMS configuration

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_config_trust.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Add or remove client certificates to allow or prevent communication with AMS.
* [ams.amc config trust list](ams.amc_config_trust_list.md) - List trusted client certificates
* [ams.amc config trust remove](ams.amc_config_trust_remove.md) - Remove trust for a client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_config_trust_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ $ amc config trust add client.crt

* [ams.amc config trust](ams.amc_config_trust.md) - Manage trusted clients

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_config_trust_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ $ amc config trust list

* [ams.amc config trust](ams.amc_config_trust.md) - Manage trusted clients

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_config_trust_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ $ amc config trust remove root@juju-3bdb58-1

* [ams.amc config trust](ams.amc_config_trust.md) - Manage trusted clients

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Do you want to continue? [Y/n]:

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ $ amc exec <instance_id> -- sh -c "cd /tmp && pwd"

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ https://anbox-cloud.io/docs/howto/manage/images for more information.
* [ams.amc image sync](ams.amc_image_sync.md) - Synchronizes the image with the remote image server
* [ams.amc image update](ams.amc_image_update.md) - Update an existing image

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_image_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ $ amc image add base path/to/image

* [ams.amc image](ams.amc_image.md) - Manage images

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_image_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Do you want to continue? [Y/n]:

* [ams.amc image](ams.amc_image.md) - Manage images

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_image_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ $ amc image list

* [ams.amc image](ams.amc_image.md) - Manage images

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
4 changes: 3 additions & 1 deletion reference/cmd-ref/amc/ams.amc_image_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ used_by:
- bkmtdm9hpuo01q954fng
architecture: x86_64
default: true
type: container
variant: android

```

Expand All @@ -44,4 +46,4 @@ default: true

* [ams.amc image](ams.amc_image.md) - Manage images

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_image_switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ $ amc image switch foo

* [ams.amc image](ams.amc_image.md) - Manage images

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_image_sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ $ amc image sync foo

* [ams.amc image](ams.amc_image.md) - Manage images

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_image_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ $ amc image update foo foo-v2.tar.xz

* [ams.amc image](ams.amc_image.md) - Manage images

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ service_version: 1.14.0

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ $ amc init foo

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ $ amc launch foo --service tcp:8080 --service tcp,udp:9000-9100 --addons bar --r

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ $ amc list --filter status=error

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ $ amc logs -f burp70p3p7j1icvtebig

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
27 changes: 27 additions & 0 deletions reference/cmd-ref/amc/ams.amc_monitor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## ams.amc monitor



### Synopsis

Monitor AMS for events

By default the monitor will listen to all message types.

```
ams.amc monitor [flags]
```

### Options

```
--format string Output format - 'json' or 'yaml' (default "yaml")
-h, --help help for monitor
-t, --type string Comma-separated filters for events types - 'lifecycle', 'logging', 'operations' or 'all' (default "all")
```

### SEE ALSO

* [ams.amc](ams.amc.md) - Anbox Management Client

###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ See https://anbox-cloud.io/docs/exp/clustering for more information.
* [ams.amc node set](ams.amc_node_set.md) - Set a configuration item for a node
* [ams.amc node show](ams.amc_node_show.md) - Show information about a node

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_node_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ nodes:

* [ams.amc node](ams.amc_node.md) - Manage nodes

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_node_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ $ amc node list --filter status=online

* [ams.amc node](ams.amc_node.md) - Manage nodes

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_node_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ $ amc node remove lxd2

* [ams.amc node](ams.amc_node.md) - Manage nodes

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_node_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ $ amc node set lxd0 cpus 8

* [ams.amc node](ams.amc_node.md) - Manage nodes

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_node_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ config:

* [ams.amc node](ams.amc_node.md) - Manage nodes

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
2 changes: 1 addition & 1 deletion reference/cmd-ref/amc/ams.amc_remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ See https://anbox-cloud.io/docs/howto/manage/ams-access for more information.
* [ams.amc remote set-default](ams.amc_remote_set-default.md) - Set default remote
* [ams.amc remote set-url](ams.amc_remote_set-url.md) - Set the URL of an existing remote

###### Auto generated by spf13/cobra on 9-Oct-2024
###### Auto generated by spf13/cobra on 20-Nov-2024
Loading