Skip to content

Conversation

@antonpetrov145
Copy link

sample usage and results

podman-compose ls

# table format - default
NAME            STATUS          CONFIG_FILES
test_redis      running(1)      /podman-compose/compose.yaml

# --format json or -f json
[{'Name': 'test_redis', 'Status': 'running(1)', 'ConfigFiles': '/podman-compose/compose.yaml'}]

Related request - #1307
Signed-off-by: Anton Petrov

Signed-off-by: Anton Petrov
Copy link
Collaborator

@p12tic p12tic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good, thanks. Please add integration test and a release note.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants