When running a network the command it outputs to review logs doesn't work
$ stellar container start futurenet
...
🔎 Watch logs with `stellar network container logs futurenet`
ℹ️ Stop the container with `stellar network container stop futurenet`
...
$ stellar network container logs futurenet
...
error: unrecognized subcommand 'container'
Usage: stellar network [OPTIONS] <COMMAND>
For more information, try '--help'.
...