Skip to content

Added implementation for --noheading option for podman farm list - #29541

Open
The-indigo wants to merge 1 commit into
podman-container-tools:mainfrom
The-indigo:no-heading
Open

Added implementation for --noheading option for podman farm list#29541
The-indigo wants to merge 1 commit into
podman-container-tools:mainfrom
The-indigo:no-heading

Conversation

@The-indigo

Copy link
Copy Markdown

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • I have read and understood our contributing guidelines and will not have more than two open PRs as a new contributor.
  • PR description, commit message, and GitHub comments are human-written, per LLM Policy
  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all
    commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match
    the sign-off email address. See CONTRIBUTING.md
    for more information.
  • Referenced issues using Fixes: #00000 in commit message (if applicable)
  • Tests have been added/updated (or no tests are needed)
  • Documentation has been updated (or no documentation changes are needed)
  • All commits pass make validatepr (format/lint checks)
  • Release note entered in the section below (or None if no user-facing changes)

Does this PR introduce a user-facing change?

None

Pr description

This pr implements the --noheading option for podman farm list including the -n shorthand command. After adding the implementation, it was tested manually by running the cli command and the output is displayed as expected. Also, added the manfile and the system test in the respective files.This implementation lists the podman farms without the headers i.e (Name,Connections,Default,ReadWrite)

Cli command:
./bin/podman farm list --noheading
./bin/podman farm list -n

Signed-off-by: Adeyemi Adepoju <adepojuadeyemi11@gmail.com>
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.

1 participant