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
berks command has a nice -b parameter so it's possibile to use an alternate configuration file name instead of the default Berksfile (this is good to have multiple Berksfile pointing to different cookbooks in the same directory).
Unfortunately when doing berks install, both them overwrite the same Berksfile.lock in the current directory, impacting notably on the usefulness of the -b switch.
The Berksfile.lock should be created using the same pattern name of the original Berksfile used with -b switch, so it will be possible to use and commit multiple Berksfile in the same directory.
The text was updated successfully, but these errors were encountered:
Hi,
berks command has a nice -b parameter so it's possibile to use an alternate configuration file name instead of the default Berksfile (this is good to have multiple Berksfile pointing to different cookbooks in the same directory).
Unfortunately when doing berks install, both them overwrite the same Berksfile.lock in the current directory, impacting notably on the usefulness of the -b switch.
The Berksfile.lock should be created using the same pattern name of the original Berksfile used with -b switch, so it will be possible to use and commit multiple Berksfile in the same directory.
The text was updated successfully, but these errors were encountered: