feat: add network properties to :info output

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-07 16:13:59 -05:00
parent ab0d871347
commit fe378009d8
3 changed files with 15 additions and 0 deletions

View File

@@ -112,7 +112,10 @@ flags:
- `--exposed-ports`: show service exposed ports
- `--id`: show the service container id
- `--internal-ip`: show the service internal ip
- `--initial-network`: show the initial network being connected to
- `--links`: show the service app links
- `--post-create-network`: show the networks to attach to after service container creation
- `--post-start-network`: show the networks to attach to after service container start
- `--service-root`: show the service root directory
- `--status`: show the service running status
- `--version`: show the service image version
@@ -132,7 +135,10 @@ dokku redis:info lollipop --dsn
dokku redis:info lollipop --exposed-ports
dokku redis:info lollipop --id
dokku redis:info lollipop --internal-ip
dokku redis:info lollipop --initial-network
dokku redis:info lollipop --links
dokku redis:info lollipop --post-create-network
dokku redis:info lollipop --post-start-network
dokku redis:info lollipop --service-root
dokku redis:info lollipop --status
dokku redis:info lollipop --version