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
returnfmt.Errorf("--mode %s needs Codag Pro for this workspace.\n\nOpen Billing:\n %s\n\nThen retry:\n codag wrap --mode %s -- <your log command>\n\nIf you only need the compact summary, omit --mode %s; default compact mode uses Free or Pro based on the workspace plan:\n codag wrap -- <your log command>", mode, upgradePath, mode, mode)
113
+
}
114
+
104
115
funcinit() {
105
116
wrapCmd.Flags().String("service", "", "Service tag for these lines")
106
117
wrapCmd.Flags().String("source", "", "Where the logs came from (auto-detected from the wrapped command; e.g. railway, vercel, kubectl). Override to label explicitly.")
0 commit comments