We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b6932 commit 4a05f15Copy full SHA for 4a05f15
src/commands/cloudmanager/environment/download-logs.js
@@ -74,6 +74,8 @@ DownloadLogs.aliases = [
74
'cloudmanager:download-logs',
75
]
76
77
-DownloadLogs.permissionInfo = {}
+DownloadLogs.permissionInfo = {
78
+ operation: 'downloadLogs',
79
+}
80
81
module.exports = DownloadLogs
src/commands/cloudmanager/environment/tail-log.js
@@ -51,6 +51,8 @@ TailLog.flags = {
51
52
TailLog.aliases = ['cloudmanager:tail-logs', 'cloudmanager:tail-log']
53
54
-TailLog.permissionInfo = {}
+TailLog.permissionInfo = {
55
56
57
58
module.exports = TailLog
0 commit comments