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

Fig Scripts Replacement #2936

Open
CoreyGaunt opened this issue Mar 13, 2024 · 3 comments
Open

Fig Scripts Replacement #2936

CoreyGaunt opened this issue Mar 13, 2024 · 3 comments
Labels
🌅 Sunset Issues related to Fig sunset on 9/1/24

Comments

@CoreyGaunt
Copy link

Hello there!

I am an avid user of the Fig Scripts feature, and I am worried about losing all of these tools once the sunset happens. Does anyone have any advice as to how I can go about transitioning those scripts to my local dev environment? My experience in creating CLI tools is veritably zero (which is what made this Fig tool so great for me).

I'm sure it can be done, but have no idea where to start or how.

@CoreyGaunt
Copy link
Author

Specifically, I love the fact that you can have inputs that read off of generators!!

@mschrage
Copy link
Member

Hi @CoreyGaunt, when you run fig export you'll get all of your Fig Scripts in a JSON format.

You (or the broader open source community) might be able to reimplement the client-side CLI for interpreting the JSON files and executing them.

Some prior art here that might be helpful:
https://github.com/charmbracelet/gum

@mschrage mschrage changed the title Fig Scripts Fig Scripts Replacement Mar 13, 2024
@mschrage mschrage added the 🌅 Sunset Issues related to Fig sunset on 9/1/24 label Mar 13, 2024
@brendanfalk
Copy link
Member

My other personal recommendations that are sort of close but by no means perfect:

Unfortunately, I don't believe any of these have the ability to easily offer inline suggestions like we were doing with Fig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌅 Sunset Issues related to Fig sunset on 9/1/24
Projects
None yet
Development

No branches or pull requests

3 participants