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

Make the update.sh script take a _path_ instead of a _name_ #140

Merged
merged 2 commits into from
Sep 18, 2019

Conversation

arianvp
Copy link
Contributor

@arianvp arianvp commented Sep 3, 2019

This means I can do:

/bin/update.sh charts/wire-se<TAB> and it auto-completes to the right
chart name, which saves me 10 seconds per day and makes me not have to
know a chart name apriori. I think the UX is a lot better, as we get
free completion of what charts are available

Not a really important change, just something that made things a bit easier for me when working with these scripts interactively

This means I can do:

./bin/update.sh charts/wire-se<TAB>  and it auto-completes to the right
chart name, which saves me 10 seconds per day and makes me not have to
know a chart name apriori. I think the UX is a lot better, as we get
free completion of what charts are available
@arianvp
Copy link
Contributor Author

arianvp commented Sep 4, 2019

Are there any other scripts we use internally that depend on this script that might break because of this?

@jschaul
Copy link
Member

jschaul commented Sep 4, 2019

Are there any other scripts we use internally that depend on this script that might break because of this?

I don't think so, I did a quick grep, didn't find anything.

But actually I noticed in this repo bin/sync.sh uses it, so the path there should be adjusted before merging.

@arianvp
Copy link
Contributor Author

arianvp commented Sep 10, 2019

@jschaul oould we look at that script together tomorrow? It's a bit daunting to me :)

@jschaul
Copy link
Member

jschaul commented Sep 18, 2019

@arianvp please merge :)

@jschaul jschaul changed the base branch from master to develop September 18, 2019 11:45
@arianvp arianvp merged commit daa1987 into develop Sep 18, 2019
@arianvp arianvp deleted the update-ergonomic branch September 18, 2019 12:14
@tiago-loureiro tiago-loureiro mentioned this pull request Oct 8, 2019
q3k pushed a commit that referenced this pull request Oct 8, 2019
* Make the update.sh script take a _path_ instead of a _name_

This means I can do:

./bin/update.sh charts/wire-se<TAB>  and it auto-completes to the right
chart name, which saves me 10 seconds per day and makes me not have to
know a chart name apriori. I think the UX is a lot better, as we get
free completion of what charts are available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants