Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable default autodiscovery if no manifest provided #987

Merged
merged 6 commits into from
Nov 19, 2022

Conversation

olblak
Copy link
Member

@olblak olblak commented Nov 17, 2022

Signed-off-by: Olblak me@olblak.com

Fix #XXX

Running updatecli manifest show, updatecli diff , updatecli apply, now enable autodiscovery if no manifest were provided

Test

To test this pull request, you can run the following commands:

go build -o /tmp/updateCli
cd $HOME
/tmp/updateCli show  --experimental

Additional Information

Tradeoff

I decided to not remove the parameter --local-autodiscovery Local AutoDiscovery feature enabled as I feel it will still be useful in the futur

Potential improvement

Remove the experimental flag for autodiscovery, I think we are getting there

Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added the autodiscovery All things related to the autodiscovery feature label Nov 17, 2022
@olblak olblak added the enhancement New feature or request label Nov 19, 2022
@olblak olblak merged commit b86e3aa into updatecli:main Nov 19, 2022
@olblak olblak deleted the autoDiscoveryDefault branch November 19, 2022 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autodiscovery All things related to the autodiscovery feature enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant