Metadata-Version: 2.4
Name: vmware-esxcli
Version: 9.1.0
Summary: ESX command-line interface.
Author: Broadcom, Inc
License-Expression: Apache-2.0
Project-URL: Homepage, https://developer.broadcom.com/tools/esxcli/latest
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: NOTICE.txt
Requires-Dist: lxml
Requires-Dist: cryptography
Dynamic: license-file

esxcli
======

ESX command-line interface is a tool that can be used to query or change configuration
settings on ESX servers. Commands are distributed in a hierarchy of namespaces.

Run this command to see all esxcli commands supported by an ESX server::

   $ esxcli --server=<server-address> esxcli command list

It can also connect through vCenter with vCenter credentials::

   $ esxcli --server=<vcenter-server-address> --vihost <esx-host-address> esxcli command list

Example commands::

   $ esxcli system version get
   $ esxcli system time get
   $ esxcli --version
   $ esxcli --help

