The Noosphere CLI is a reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol and give interested users a no-code, low-complexity tool to synchronize content through the Noosphere.
```sh
orb key create whoami
mkdir my-sphere cd my-sphere
orb sphere create --owner-key whoami
orb status
orb save
orb config set gateway-url
orb sync
orb auth add <did>
from that other sphere.orb sphere join whoami
orb sync # pull in their changes
```
Note: The name mygateway
below isn't special. Just a chosen name.
```sh
orb key create mygateway
mkdir my-sphere cd my-sphere
orb sphere create --owner-key mygateway
orb config set counterpart