AMIN CLI├── app│ ├── app_install│ ├── app_uninstall│ ├── framework_install│ ├── framework_uninstall│ ├── project_create│ └── project_delete├── boot_mode│ ├── link_check│ ├── manual│ └── status├── boot│ ├── bootstrap_cube│ ├── cluster_sync│ ├── link_check│ ├── status│ └── two_phase_boot├── cluster│ ├── check│ ├── check_repair│ ├── errcode_dump│ ├── health│ ├── health_ng│ ├── powercycle│ ├── poweroff│ ├── recreate│ ├── remove_node│ ├── repair│ ├── run│ ├── set_ready│ ├── set_role_password│ ├── start│ └── stop├── diagnostics│ ├── arpscan│ ├── perf│ ├── server│ └── testground│ ├── construct│ └── destruct├── external-storage│ ├── configure│ └── list├── firmware│ ├── backup│ ├── get_comment│ ├── get_info│ ├── list│ ├── set_comment│ └── swap_active├── fixpack│ ├── install│ ├── list│ ├── rollback│ └── view_history├── gpu│ ├── device_profile_create│ ├── device_profile_delete│ ├── status│ ├── supported_type_list│ ├── virtual_function_disable│ └── virtual_function_enable├── hybrid_cloud│ └── cloud_autoscaler_create├── iaas│ ├── backup│ │ ├── list_scheduler│ │ ├── start_scheduler│ │ └── stop_scheduler│ ├── compute│ │ ├── fsck│ │ ├── gpu_instance_migrate│ │ ├── post_failure_host_evacuation│ │ ├── pre_failure_host_evacuation│ │ ├── reset│ │ └── upgrade_host_evacuation│ ├── fip│ │ └── range_create│ ├── flowdata│ │ └── set_flowdata│ ├── instance_ha│ │ ├── configure│ │ ├── job_list│ │ ├── list│ │ ├── set_production│ │ └── show│ ├── lb│ │ └── fix│ ├── network│ │ ├── network_set│ │ ├── network_show│ │ ├── quota_set│ │ └── quota_show│ ├── router│ │ └── set_external_gateway│ ├── volume│ │ ├── quota_set│ │ ├── quota_show│ │ └── reset│ └── vrouter_stats├── image│ ├── export_instance│ ├── import│ ├── import_app│ ├── import_deploy_initramfs│ ├── import_deploy_kernel│ ├── import_efi│ ├── import_extpack│ ├── import_fs│ ├── import_ide│ └── import_lb├── kubernetes│ ├── iaas_template_create│ ├── iaas_template_show│ ├── image_check│ ├── image_import│ ├── node_add│ ├── node_clean│ └── storage_create├── license│ ├── check│ ├── hardware_serial│ ├── import│ ├── import_node│ └── show├── link│ ├── app_import│ ├── cluster_import│ ├── device_agent_config│ └── device_import├── management│ ├── cube│ │ ├── set│ │ └── show│ ├── dns│ │ ├── set│ │ └── show│ ├── hostname│ │ ├── set│ │ └── show│ ├── ntp│ │ ├── set│ │ └── show│ └── set_password├── notifications│ ├── configure│ └── list├── s3│ ├── ec2_key_create│ ├── ec2_key_delete│ ├── ec2_key_list│ ├── list│ └── object├── snapshot│ ├── apply│ ├── create│ ├── delete│ ├── get_comment│ ├── list│ ├── load_network│ ├── pull│ ├── push│ └── set_comment├── ssh│ └── regen_ssh_keys├── storage│ ├── add_avail│ ├── add_disk│ ├── add_group│ ├── add_ssdpool│ ├── cache│ ├── demote_disk│ ├── list_avail│ ├── list_group│ ├── maintenance│ ├── mirror│ ├── promote_disk│ ├── rebalance│ ├── remove_disk│ ├── remove_exist│ ├── remove_group│ ├── remove_osd│ ├── remove_ssdpool│ ├── restful│ ├── set_autoscale│ ├── status│ └── sync_config├── support│ ├── create│ ├── delete│ ├── download│ ├── get_comment│ ├── list│ └── set_comment├── time│ ├── datetime│ ├── ntp_sync│ ├── show│ └── timezone├── tools│ ├── connections│ ├── ping│ └── traceroute├── tuning│ ├── configure│ ├── dump│ └── list├── update│ ├── list│ ├── security_list│ ├── security_update│ ├── show│ ├── update│ └── view_history├── volume_meta│ ├── apply│ ├── create│ ├── delete│ ├── download│ ├── list│ └── upload├── back├── exit├── help├── reboot├── shutdown└── top