# Add a registry to the registry list
odo registry add <registry name> <registry URL>
# List a registry in the registry list
odo registry list
# Delete a registry from the registry list
odo registry delete <registry name>
# Update a registry in the registry list
odo registry update <registry name> <registry URL>
# List a component with a corresponding registry
odo catalog list components
# Create a component that is hosted by a specific registry
odo create <component type> --registry <registry name>