We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aptly repo search <repo> -format=
While aptly package search -format="{{.Package}} (version {{.Version}})" produces the correct output,
aptly package search -format="{{.Package}} (version {{.Version}})"
aptly repo search REPO_NAME -format="{{.Package}} (version {{.Version}})" errors with:
aptly repo search REPO_NAME -format="{{.Package}} (version {{.Version}})"
ERROR: unable to search: parsing failed: unexpected token {: expecting architecture
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While
aptly package search -format="{{.Package}} (version {{.Version}})"
produces the correct output,
aptly repo search REPO_NAME -format="{{.Package}} (version {{.Version}})"
errors with:
The text was updated successfully, but these errors were encountered: