LICENSE
README.md
pyproject.toml
src/ibee_cli/__init__.py
src/ibee_cli/context.py
src/ibee_cli/helpers.py
src/ibee_cli/main.py
src/ibee_cli/render.py
src/ibee_cli.egg-info/PKG-INFO
src/ibee_cli.egg-info/SOURCES.txt
src/ibee_cli.egg-info/dependency_links.txt
src/ibee_cli.egg-info/entry_points.txt
src/ibee_cli.egg-info/requires.txt
src/ibee_cli.egg-info/top_level.txt
src/ibee_cli/commands/__init__.py
src/ibee_cli/commands/billing.py
src/ibee_cli/commands/block_storage.py
src/ibee_cli/commands/buckets.py
src/ibee_cli/commands/cdn.py
src/ibee_cli/commands/compute.py
src/ibee_cli/commands/console.py
src/ibee_cli/commands/firewalls.py
src/ibee_cli/commands/gpus.py
src/ibee_cli/commands/load_balancers.py
src/ibee_cli/commands/networking.py
src/ibee_cli/commands/ops.py
src/ibee_cli/commands/reserved_ips.py
src/ibee_cli/commands/secrets.py
src/ibee_cli/commands/vm_lifecycle.py
src/ibee_cli/commands/vms.py
tests/test_billing_preflight.py
tests/test_block_storage_cdn_commands.py
tests/test_cli.py
tests/test_cloud_vm_commands.py
tests/test_networking_commands.py
tests/test_object_storage_commands.py
tests/test_vm_lifecycle_commands.py