apollographql / rover

The CLI for Apollo GraphOS
https://rover.apollo.dev
Other
405 stars 85 forks source link

Install script should say what files it writes #1454

Open glasser opened 1 year ago

glasser commented 1 year ago

When you install Rover via the curl installation, it prints out where it writes the binary (neat!) and updates some shell profile files to source its environment (neat!) and does not print out which shell profiles it writes (not neat!).

Some of us are weird nerds that have a weird web of shell profile files and symlinks and git repos etc and it would be nice to know where the lines were written so we can move them to the right place.

glasser commented 1 year ago

(The rustup installer is a great example which even tells you what files it will write before it writes it.)

EverlastingBugstopper commented 1 year ago

this is a good idea.

for the implementor: this is the relevant code section where this would be implemented.