1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 06:46:39 +01:00

8 Commits

Author SHA1 Message Date
Michael Kesper
536efce9ea Remove --version flag
`version` is already a subcommand.

Signed-off-by: Michael Kesper <mkesper@web.de>
2025-02-18 00:33:23 +01:00
Daniel J Walsh
68974a60d8 Fix up man page help verifacation
Also don't codespell *.7 and *.patch files

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2025-02-17 07:19:24 -05:00
Daniel J Walsh
7ff26ec1ce Convert to fully use setup.py for PyPi installation
Add pyproject.toml, setup.cfg
Add new target make pypi.
fix up requirements.txt

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Update

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-10-01 08:37:18 -04:00
Eric Curtin
c55a96ea01 Rename project to RamaLama
There was a mix of Ramalama and RamaLama. ramalama is the executable name.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
2024-09-26 14:02:44 +01:00
Daniel J Walsh
a0a061b257 Add new options to ramalama rm
ramalama rm --all
ramalama rm --ignore
ramalama list --quiet

Also:

Capitilize all help messages

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-09-14 06:58:57 -04:00
Daniel J Walsh
c89df3e8c3 Add codespell support
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-09-05 09:14:11 -04:00
Eric Curtin
d58e9120dc Bug fixes and aliases
It should be self.pull(args).

Also added 'ls' alias for 'list'.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
2024-09-03 16:13:01 +01:00
Daniel J Walsh
be64cd3306 Add support for hack/xref-helpmsges-manpages
Modified version from Podman

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-08-29 08:07:10 -04:00