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
Short: "Get the logs from the serving pods created by the function",
61
-
Long: `Get the logs from the serving pods created by the function`,
62
+
Short: "Get the logs from the build and serving pods created by the function",
63
+
Long: `Get the logs from the build and serving pods created by the function`,
62
64
Example: `
63
-
# Get tht logs from the 'function' container in the serving pods created by the function whose name is 'demo-function'
65
+
# Get tht logs from all container in the build and serving pods created by the function whose name is 'demo-function'
64
66
ofn logs demo-function
65
67
66
-
# Get tht logs from the 'extra' container (a container whose name is not 'function') in the serving pods created by the function whose name is 'demo-function'
68
+
# Get tht logs from the 'extra' container (a container whose name is not 'function') in the build or serving pods created by the function whose name is 'demo-function'
67
69
ofn logs demo-function extra
68
70
69
-
# Begin streaming the logs from the 'function' container in the serving pods created by the function whose name is 'demo-function'
71
+
# Begin streaming the logs from the 'function' container in the build and serving pods created by the function whose name is 'demo-function'
0 commit comments