ockam_command 0.150.0

End-to-end encryption and mutual authentication for distributed applications.
1
2
3
4
5
6
7
8
9
10
11
```sh
# Removes the local Ockam configuration including all Identities and Nodes.
$ ockam reset

# Removes orchestrator resources (i.e. Spaces and Projects)
# in addition to deleting the local state.
$ ockam reset --all

# To confirm without prompting.
$ ockam reset -y
```