ockam_command 0.104.0

End-to-end encryption and mutual authentication for distributed applications.
Documentation
1
2
3
4
5
6
7
8
9
10
```sh
# Return the path to the stdout log file of the default node
$ ockam node logs

# Return the path to the stderr log file of the given node
$ ockam node logs n --err

# Pipe the logs to a file into another tool to process it
$ cat < $(ockam node logs n)
```