Pixy Yuan

Results 8 comments of Pixy Yuan

可以参考distribution模块里的配置,将依赖分离打包部署。 `startup.sh -f config`这种方式是1.x支持的,在2.x版本下已经年久失修,如果有思路也欢迎贡献PR。

I think it would be fine to check VMs names before do creation. like this: ``` $ pm create default Podman machine or VM named "default" already exists ```

Yes, I got it. There was two VMs named `default` before. So I made this mistake. It removed the first one it met.

Warning e.g. `This action will delete both local reference and remote instance, including your docker-machine as well !!`

Please refer to #162 , these are just warnings.

I suppose the option `--tag-filter-pattern` may help. ``` git-chglog --tag-filter-pattern '^1.0.0|^1.0.2' 1.0.0...1.0.2 ```

Maybe we can use `-ldflags` to generate version info automatically. REF1: https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-version-information-for-go-applications REF2: https://github.com/istio/istio/blob/master/pkg/version/version.go#L27

We'd better change the `CLIENT_VERSION` automatically on compile stage.