You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Context
I would like to be able use a selector to run certain global scripts, instead of having to run ALL global scripts.
Is your feature request related to a problem? Please describe.
The current implementation: fal run --before --globals --exclude '*'
runs all global scripts and skips model scripts.
Describe the solution you'd like
I would like to be able to select and run individual global scripts by listing them similar to selecting model scripts.
Describe alternatives you've considered
The only work-around I can think of at the moment is removing some global script names from the list in the schema.yml file and only keeping the global script names I want to run at that particular time. This works but requires frequent manipulation of the schema.yml file which is not ideal.
Is there an existing feature request for this?
[ x ] I have searched the existing issues
The text was updated successfully, but these errors were encountered:
Context
I would like to be able use a selector to run certain global scripts, instead of having to run ALL global scripts.
Is your feature request related to a problem? Please describe.
The current implementation:
fal run --before --globals --exclude '*'
runs all global scripts and skips model scripts.
Describe the solution you'd like
I would like to be able to select and run individual global scripts by listing them similar to selecting model scripts.
Describe alternatives you've considered
The only work-around I can think of at the moment is removing some global script names from the list in the schema.yml file and only keeping the global script names I want to run at that particular time. This works but requires frequent manipulation of the schema.yml file which is not ideal.
Is there an existing feature request for this?
The text was updated successfully, but these errors were encountered: