You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli-lib/lang/en.lyaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -441,9 +441,9 @@ en:
441
441
logs:
442
442
describe: "Get logs for a function within a project"
443
443
errors:
444
-
appPathRequired: "You must specify an app path using the --appPath argument."
445
444
functionNameRequired: "You must pass a function name to retrieve logs for."
446
-
logs: "No logs were found for the function name \"{{ functionName }}\" in the app path \"{{ appPath }}\" within the project \"{{ projectName }}\" in account {{ accountId }}."
445
+
noAppFunctionLogs: "No logs were found for the function name \"{{ functionName }}\" in the app path \"{{ appPath }}\" within the project \"{{ projectName }}\" in account {{ accountId }}."
446
+
noEndpointLogs: "No logs were found for the function name \"{{ functionName }}\" within the project \"{{ projectName }}\" in account {{ accountId }}."
447
447
projectNameRequired: "You must specify a project name using the --projectName argument."
448
448
examples:
449
449
default: "Get 5 most recent logs for function named \"my-function\" within the app named \"app\" within the project named \"my-project\""
0 commit comments