Skip to content

Add use 'upload' instead of 'install' in routes#1972

Merged
ElliotFriend merged 3 commits intostellar:mainfrom
theahaco:update-install-to-upload
Nov 6, 2025
Merged

Add use 'upload' instead of 'install' in routes#1972
ElliotFriend merged 3 commits intostellar:mainfrom
theahaco:update-install-to-upload

Conversation

@elizabethengelman
Copy link
Contributor

Related CLI PR: stellar/stellar-cli#2277

@stellar-jenkins
Copy link

@elizabethengelman
Copy link
Contributor Author

@ElliotFriend @fnando I've opened this PR too, to make the updates to the "install" cookbook pages related to stellar/stellar-cli#2277. I'm not sure if I've done this with the correct process to make sure that the docs & routes match up between repos. Could I get some help with that?

Copy link
Contributor

@ElliotFriend ElliotFriend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, timing things with the CLI docs is a little wonky atm. docs are having other build problems anyway, so i think we're fine to merge. this one looks good to me!

do me a favor, and add some redirects, and it'll be even readier to merge! If you can add these two lines:

rewrite ^/docs/tools/cli/cookbook/install-(deploy|wasm)(.*)$ "/docs/tools/cli/cookbook/upload-$1$2" permanent;
rewrite ^/docs/build/guides/cli/install-(deploy|wasm)(.*)$ "/docs/tools/cli/cookbook/upload-$1$2" permanent;

right above the line that goes like rewrite ^/docs/build/guides/cli(.*)$ "/docs/tools/cli/cookbook$1" permanent;, should be all set!

I tried to do it myself, but my local branch couldn't push to the pull request for whatever reason 🤷🏻‍♂️

@elizabethengelman
Copy link
Contributor Author

@ElliotFriend just pushed those redirects! Thanks for taking a look!

I wonder if you're not able to push to my branch because iI had to open this PR from a fork, because I don't think I have direct push access to this repo

@ElliotFriend
Copy link
Contributor

that could be it. sometimes forked repos act a little funky (like with the routes-removal action that's failing, which i'll happily ignore in this situation lol)

do you have the "allow commits from maintainers" (or whatever the wording) setting turned on for this pr?

@stellar-jenkins
Copy link

@elizabethengelman
Copy link
Contributor Author

do you have the "allow commits from maintainers" (or whatever the wording) setting turned on for this pr?

I'm not seeing that setting available for some reason. 🤔

@stellar-jenkins
Copy link

@ElliotFriend
Copy link
Contributor

@elizabethengelman weird that the option doesn't who up.. 🤷🏻‍♂️

in any case, it looks good to me! i'll merge this, and then you should be all good to merge the cli pr whenever you're ready

@ElliotFriend ElliotFriend merged commit ce8e866 into stellar:main Nov 6, 2025
4 of 7 checks passed
@elizabethengelman
Copy link
Contributor Author

thank you!

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.

3 participants