. `dirname $0`/registry.env
# todo: warn if username not defined (because the client module considers it optional to operation)
python -m receptacle.client.cli --service-partner-name=$REGISTRY_SERVICE \
                                --username=$RECEPTACLE_USERNAME \
                                --examine $REGISTRY_CLIENT_PARAMS \
                                $*
