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
In order to integrate with other tools, it would be great if timoni allowed more options in "bundle build", such as outputting to file and splitting up the output so that each instance was placed in its own file.
The text was updated successfully, but these errors were encountered:
How should we format the file names? I'm thinking of:
timoni bundle build --output-dir=./test --output=file-per-instance will generate <instance name>.yaml files
timoni bundle build --output-dir=./test --output=file-per-resource with generate <kind>_<name>_<index>.yaml files, using the index as a suffix would avoid naming collision.
In order to integrate with other tools, it would be great if timoni allowed more options in "bundle build", such as outputting to file and splitting up the output so that each instance was placed in its own file.
The text was updated successfully, but these errors were encountered: