This Quick Start guide walks you through a demonstration of making your first SIMCheck.
Quick Start steps
The following steps show how to install and setup the IDlayr CLI, create your first IDlayr Project and execute your first SIMCheck.
- Before you begin: Install Node.js
- Install the IDlayr CLI:$ npm install -g @tru_id/cli
- Once the CLI is installed, setup the CLI with your credentials:$ tru login {YOUR_IDENTITY_PROVIDER}
- With the IDlayr CLI installed and configured, create a new Project and follow the prompted instructions:$ tru projects:create plum_snail_438
- Navigate into the newly created project directory:$ cd plum_snail_438
- Run your first SIMCheck command$ tru simchecks:create
- The IDlayr CLI will show the
tru simchecks:create
command result.
Congratulations! You've just completed your first of many SIMCheck API calls.