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
StartTimestring`long:"start" description:"start time of metrics collected with format \"yyyy-MM-ddTHH:mm:ss+/-HH:mm\" or \"yyyy-MM-ddTHH:mm:ssZ\", default to very beginning if not specified."`
19
19
EndTimestring`long:"end" description:"end time of the metrics collected with format \"yyyy-MM-ddTHH:mm:ss+/-HH:mm\" or \"yyyy-MM-ddTHH:mm:ssZ\", default to current time if not speficied."`
20
-
RecordNumberstring`long:"number" short:"n" description:"number of the records will be returned, default one page if not speficied, will be ignored if both start time and end time are specified."`
20
+
RecordNumberstring`long:"number" short:"n" description:"the number of the records to return, will be ignored if both start time and end time are specified."`
21
21
Descbool`long:"desc" description:"display in descending order, default to ascending order if not specified."`
22
22
Outputstring`long:"output" description:"dump the policy to a file in JSON format"`
StartTimestring`long:"start" description:"start time of metrics collected with format \"yyyy-MM-ddTHH:mm:ss+/-HH:mm\" or \"yyyy-MM-ddTHH:mm:ssZ\", default to very beginning if not specified."`
19
19
EndTimestring`long:"end" description:"end time of the metrics collected with format \"yyyy-MM-ddTHH:mm:ss+/-HH:mm\" or \"yyyy-MM-ddTHH:mm:ssZ\", default to current time if not speficied."`
20
-
RecordNumberstring`long:"number" short:"n" description:"number of the records will be returned, default one page if not speficied, will be ignored if both start time and end time are specified."`
20
+
RecordNumberstring`long:"number" short:"n" description:"the number of the records to return, will be ignored if both start time and end time are specified."`
21
21
Descbool`long:"desc" description:"display in descending order, default to ascending order if not specified."`
22
22
Outputstring`long:"output" description:"dump the policy to a file in JSON format"`
--start Start time of metrics collected with format "yyyy-MM-ddTHH:mm:ss+/-HH:mm" or "yyyy-MM-ddTHH:mm:ssZ", default to very beginning if not specified.
75
-
--end End time of the metrics collected with format "yyyy-MM-ddTHH:mm:ss+/-HH:mm" or "yyyy-MM-ddTHH:mm:ssZ", default to current time if not speficied.
76
-
--desc Display in descending order, default to ascending order if not specified.
77
-
--output Dump the metrics to a file in table format.
74
+
--start Start time of metrics collected with format "yyyy-MM-ddTHH:mm:ss+/-HH:mm" or "yyyy-MM-ddTHH:mm:ssZ", default to very beginning if not specified.
75
+
--end End time of the metrics collected with format "yyyy-MM-ddTHH:mm:ss+/-HH:mm" or "yyyy-MM-ddTHH:mm:ssZ", default to current time if not speficied.
76
+
--number The number of the records to return, will be ignored if both start time and end time are specified.
77
+
--desc Display in descending order, default to ascending order if not specified.
78
+
--output Dump the metrics to a file in table format.
78
79
`,
79
80
},
80
81
},
@@ -83,11 +84,12 @@ OPTIONS:
83
84
Alias: "ash",
84
85
HelpText: "Retrieve the scaling history of an application",
--start Start time of the scaling history with format "yyyy-MM-ddTHH:mm:ss+/-HH:mm" or "yyyy-MM-ddTHH:mm:ssZ", default to very beginning if not specified.
90
91
--end End time of the scaling history with format "yyyy-MM-ddTHH:mm:ss+/-HH:mm" or "yyyy-MM-ddTHH:mm:ssZ", default to current time if not speficied.
92
+
--number The number of the records to return, will be ignored if both start time and end time are specified.
91
93
--desc Display in descending order, default to ascending order if not specified.
92
94
--output Dump the scaling history to a file in table format.
0 commit comments