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
JSONbool`help:"Assume input value is JSON. Note: For string configs, the JSON value itself must be a string (e.g., '\"hello\"' or '\"{'key': 'value'}\"')."`
102
-
Ref configuration.Ref`arg:"" help:"Configuration reference in the form [<module>.]<name>."`
102
+
Ref configuration.Ref`arg:"" help:"Configuration reference in the form [<module>.]<name>." predictor:"configs"`
103
103
Value*string`arg:"" placeholder:"VALUE" help:"Configuration value (read from stdin if omitted)." optional:""`
JSONbool`help:"Assume input value is JSON. Note: For string secrets, the JSON value itself must be a string (e.g., '\"hello\"' or '\"{'key': 'value'}\"')."`
93
-
Ref cf.Ref`arg:"" help:"Secret reference in the form [<module>.]<name>."`
93
+
Ref cf.Ref`arg:"" help:"Secret reference in the form [<module>.]<name>." predictor:"secrets"`
94
94
Valuestring`arg:"" placeholder:"VALUE" help:"Secret value (read from stdin if omitted)." optional:""`
Copy file name to clipboardexpand all lines: cmd/ftl/cmd_sql_migration_new.go
+1-5
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ import (
17
17
)
18
18
19
19
typemigrationSQLCmdstruct {
20
-
Datasourcestring`arg:"" help:"The qualified name of the datasource in the form module.datasource to create the migration for. If the module is not specified FTL will attempt to infer it from the current working directory."`
20
+
Datasourcestring`arg:"" help:"The qualified name of the datasource in the form module.datasource to create the migration for. If the module is not specified FTL will attempt to infer it from the current working directory." predictor:"databases"`
21
21
Namestring`arg:"" help:"Name of the migration, this will be included in the migration file name."`
0 commit comments