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
refactor: yomo run zipper from a config file (#496)
# Description
1. Support Zipper launch from a config file.
2. Remove the `-a -m` flag from `yomo serve`, as all configurations are
now covered by the configuration file.
3. If you want to develop a Zipper, use `yomo.NewZipper()`. If you want
to run a Zipper from a configuration, use `yomo.RunZipper()`.
runCmd.Flags().StringVarP(&opts.Name, "name", "n", "", "yomo stream function name. It should match the specific service name in YoMo-Zipper config (workflow.yaml)")
99
+
runCmd.Flags().StringVarP(&opts.Name, "name", "n", "", "yomo stream function name. It should match the specific service name in YoMo-Zipper config (config.yaml)")
0 commit comments