cd

Change working directory.

Use this command to change to a different working directory within the Apache Pulsar instance hierarchy.

Synopsis

cd <path>

Command Form

cd directory_name
Navigate to a directory via full or relative path.
Examples:
/Instance/Cluster> cd some_tenant/some_namespace
/Instance/Cluster/some_tenant/some_namespace>

/Instance> cd /Instance/Cluster /Instance/Cluster>

/Instance/Cluster> cd Tenant /Instance/Cluster/Tenant>

/Instance/Cluster/Tenant> cd Namespace/Topic /Instance/Cluster/Tenant/Namespace/Topic>