# CircleCI Playbook <!-- omit in toc -->

This playbook is meant to enable developers with all the information needed to get up and running with the CircleCI commands of this tool.

## Table of Contents

<!-- TOC -->

- [Table of Contents](#table-of-contents)
- [Terminal Variables](#terminal-variables)
<!-- /TOC -->

## Terminal Variables

This tool allows for the listing and creation of project environment variables in CircleCI through the following commands. Where platform is either iOS or android.

```sh
npx @nona-creative/react-native-ci-utils circleci env list
npx @nona-creative/react-native-ci-utils circleci env create <platform>
```

If you have the environment variables [CIRCLE_PROJECT_SLUG](https://circleci.com/docs/2.0/api-developers-guide/?section=reference#getting-started-with-the-api), [CIRCLE_TOKEN](https://circleci.com/docs/2.0/api-developers-guide/?section=reference#add-an-api-token) exported in your terminal environment these will be picked as defaults.
