Skip to content

Instantly share code, notes, and snippets.

@dgarciga
Last active July 15, 2019 08:17
Show Gist options
  • Save dgarciga/ef39209590dda1fe57721cb54576ec36 to your computer and use it in GitHub Desktop.
Save dgarciga/ef39209590dda1fe57721cb54576ec36 to your computer and use it in GitHub Desktop.

Devtool Tutorial

Search available recipes

It looks for your recipe name with the -a argument inside your meta directories

$ devtool find-recipe <recipe name> -a

Edit a recipe file

It opens your editor with the recipe, if you specify the -a argument it search the recipe in all your meta directories

$ devtool edit-recipe <recipe name> -a

Build a recipe

$ devtool build <recipe name>

It's not possible to build a recipe that is not in the workspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment