Skip to content

Commit 4104059

Browse files
author
william chu
committed
fix(cli): Rename gitops db.rds-logs to gitops db.logs
1 parent 9776a21 commit 4104059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitops/db.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ def pgcli(
193193

194194

195195
@task
196-
def rds_logs(ctx, app_name, last=24):
196+
def logs(ctx, app_name, last=24):
197197
"""
198198
Fetches RDS logs since the last N hours.
199199
200200
Usage:
201-
gitops db.rds-logs APP --last 5
201+
gitops db.logs APP --last 5
202202
"""
203203
rds = boto3.client("rds")
204204
app = get_app_details(app_name, load_secrets=True)

0 commit comments

Comments
 (0)