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

Allow creating a new toolchain from an existing one #584

Open
sdankel opened this issue Feb 29, 2024 · 1 comment
Open

Allow creating a new toolchain from an existing one #584

sdankel opened this issue Feb 29, 2024 · 1 comment
Labels
enhancement enhancement to a current feature good first issue Good for newcomers

Comments

@sdankel
Copy link
Member

sdankel commented Feb 29, 2024

Problem you are trying to solve

Currently when you create a new toolchain, it is totally blank and you have to install each component one by one.

Solution you'd like

It would be nicer if the toolchain could be created by cloning existing toolchain and modifying the components from there.

Something like:

# Create a custom toolchain called "my-custom-name" with with the same components and version as beta-5

# Option 1
fuelup toolchain new my-custom-name beta-5

# Option 2
fuelup toolchain new --clone beta-5 my-custom-name

# Option 3
fuelup toolchain new --source beta-5 my-custom-name

Notes

No response

@sdankel sdankel added enhancement enhancement to a current feature good first issue Good for newcomers labels Feb 29, 2024
@JoshuaBatty
Copy link
Member

Sounds like a great idea. I like the look of option 2 the best out of this list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement to a current feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants