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

Remove immutable deploy #28399

Merged
merged 3 commits into from
Oct 21, 2022

Conversation

KirillLykov
Copy link
Contributor

@KirillLykov KirillLykov commented Oct 14, 2022

Problem

This PR is to remove solana deploy command, see #27834
This PR depends on:
#28398 (merged)
#28448 (merged)

Summary of Changes

  • Removes deploy subcommand
  • Removes mentions of solana deploy command from code documentation

jstarry
jstarry previously approved these changes Oct 19, 2022
@@ -679,26 +672,6 @@ pub fn parse_command(
}
("upgrade-nonce-account", Some(matches)) => parse_upgrade_nonce_account(matches),
// Program Deployment
("deploy", Some(matches)) => {
Copy link
Contributor

@CriesofCarrots CriesofCarrots Oct 19, 2022

Choose a reason for hiding this comment

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

What do you think about leaving the SubCommand and using this match case to return an Error exit pointing users at solana program deploy?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Might be good for user experience. I've added back deploy in 2a5b910

@mergify mergify bot dismissed jstarry’s stale review October 20, 2022 17:05

Pull request has been modified.

CriesofCarrots
CriesofCarrots previously approved these changes Oct 20, 2022
@mergify mergify bot dismissed CriesofCarrots’s stale review October 20, 2022 20:07

Pull request has been modified.

@KirillLykov KirillLykov merged commit 1c4ac56 into solana-labs:master Oct 21, 2022
@KirillLykov KirillLykov deleted the remove_immutable_deploy branch October 21, 2022 07:29
gnapoli23 pushed a commit to gnapoli23/solana that referenced this pull request Dec 16, 2022
* remove Deploy option from cli

* remove solana deploy from comments

* introduce dummy deploy command to improve user experience
nickfrosty pushed a commit to nickfrosty/solana that referenced this pull request Jan 4, 2023
* remove Deploy option from cli

* remove solana deploy from comments

* introduce dummy deploy command to improve user experience
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