Skip to content

Commit

Permalink
doc: add robo built-in variables doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yields committed Aug 31, 2019
1 parent bf512ae commit 43d5b00
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,20 @@ variables:
stage: bastion-stage
```

Along with your own custom variables, robo defines the following variables:

```bash
$ robo variables

robo.file: /Users/amir/dev/src/github.com/tj/robo/robo.yml
robo.path: /Users/amir/dev/src/github.com/tj/robo

user.home: /Users/amir
user.name: Amir Abushareb
user.username: amir

```

### Environment

Tasks may define `env` key with an array of environment variables, this allows you
Expand Down

0 comments on commit 43d5b00

Please sign in to comment.