Skip to content

Latest commit

 

History

History
 
 

_lessons

Welcome to Bitrise CLI

Lesson 1 - The first Steps

Captain's log, bitdate 110912.5. We begin our mission discovering a new universe, full of new opportunities and new ways to improve ourselves and our day-to-day routines. We’ve prepared for this day for a long time.

  • The first step was a simple command to make sure we have what it takes to start our adventures: curl -L https://github.com/bitrise-io/bitrise/releases/download/VERSION/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise

  • Next we made sure that we are in the right mode chmod +x /usr/local/bin/bitrise

  • And finally we checked that everything is present and we are using the latest technologies by running the chmod +x /usr/local/bin/bitrise command and after it bitrise setup

A journey has never had such an easy start. We’ve just traveled to the planet (or if you prefer folder) typed bitrise init in our computer and a new Workflow was created that we could use right away to automate a part of our day-to-day routine. We learned a lots of things on our voyage and we are here to help you get started in this automated universe. The lessons section is all about getting familiar with the how-to’s of the Bitrise CLI. Every lesson folder contains a README.md that gives you an overview of the topic and a bitrise.yml that has a complete Workflow ready to run.

  • Explore the Steps (including the Steps in our StepLib) in lesson1 - Look, the final frontier!
  • Create an army of Steps by adding them to your Workflow to conquer your automation needs in lesson2 - Battle formation!
  • Make sure your army of Steps get and pass on to each other in the right order in lesson3 - Set phasers to stun!
  • Stay in control even in hard times when the engines are on fire (due to errors) in lesson4 - Scotty, where are you?!
  • And take a look at one of our journeys through a complete Workflow in lesson5 - Are you ready for the Kobayashi Maru?

Lesson 1 - The first Steps