Mark McDonnell
Mark McDonnell
👋🏻 I believe this issue to be resolved with the latest CLI release so I'll close this issue. @Meroje if you run into any problems, then please either open a...
👋🏻 In my project I'm seeing: ``` google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 in multiple modules: github.com/envoyproxy/go-control-plane v0.13.1 (/Users/integralist/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/service/discovery/v3) github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/Users/integralist/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/service/discovery/v3) ``` I'm trying to track down...
I found in the README a way to hide the error message. It's the first FAQ question
Thanks @virgofx for your patience. I'm reviewing this today.
Thanks @virgofx for your work on this PR. I'm not going to publish a new release just yet as I have a couple of other TF tasks I'm looking into...
Rather than open a new issue for this I will just add that I came here for a similar issue with go, where I have a shell script that creates...
Agreed. This is a confusing experience. Service versions are immutable so we can't _undo_ the new service version. We should see if we can validate the flag value before executing...
Might also be worth checking this broadly across the CLI (e.g. any where a new service version might be created).
Yeah we used to have go-fastly AND the CLI validate API inputs but then we removed that sort of logic to avoid being locked to a behaviour that we (go-fastly,...
re: proposal -- that works for me I think