Skip to content

Commit

Permalink
tests for entrypoint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 23, 2024
1 parent 9f479fe commit 772ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando info --deep | grep NetworkSettings
# Should return filtered data
lando info --filter service=web4 --path api | grep 4
lando info --filter api=4 --filter primary=true --path service | grep web3
lando info --deep --filter Path=/docker-entrypoint.sh --filter Config.User=nginx --path Config.User | grep nginx
lando info --deep --filter Path=/etc/lando/start.sh --filter Config.User=nginx --path Config.User | grep nginx
lando info --filter api=4 --path "[0].service" | grep web3

# Should output JSON with --format json
Expand Down

0 comments on commit 772ed2e

Please sign in to comment.