Open up the fastfile we worked on from the previous chapter and go to the beta lane. We are simply going to add one line above the sigh command, so your lane should now look something like this:
lane :beta do cert sigh(force: true) end
And that's it! We started creating a simple but functional lane. We can test our very first lane by typing the following in a Terminal:
fastlane beta
The output should produce something similar to the following:
21:45 $ fastlane beta [21:45:33]: ------------------------------------------------- [21:45:33]: --- Step: Verifying required fastlane version --- [21:45:33]: ------------------------------------------------- [21:45:33]: Your fastlane version 2.44.1 matches the minimum requirement ...