1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-04-03 18:46:11 +02:00
harbor/contrib/harbor-cli/harborclient/v2/logs.py
int32bit 19f3ebd353 Add CLI tool for Harbor
This patch provides a command-line tool for managing Harbor resources
like users, projects, images, etc.
2017-11-10 14:58:57 +08:00

8 lines
196 B
Python

from harborclient import base
class LogManager(base.Manager):
def list(self):
"""Get recent logs of the projects which the user is a member of."""
return self._list("/logs")