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