This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require('fs'); | |
const Converter = require('./converter.js'); | |
const options = { | |
name: process.argv[3], | |
description: process.argv[4], | |
activate: process.argv[5], | |
}; | |
const converter = new Converter(JSON.parse(fs.readFileSync(process.argv[2])), options); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017/06/15 17:40:44 [INFO] Terraform version: 0.9.8 | |
2017/06/15 17:40:44 [INFO] Go runtime version: go1.8.3 | |
2017/06/15 17:40:44 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.8/bin/terraform", "plan"} | |
2017/06/15 17:40:44 [DEBUG] Detected home directory from env var: /Users/artemsorokin | |
2017/06/15 17:40:44 [DEBUG] Detected home directory from env var: /Users/artemsorokin | |
2017/06/15 17:40:44 [DEBUG] Attempting to open CLI config file: /Users/artemsorokin/.terraformrc | |
2017/06/15 17:40:44 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/06/15 17:40:44 [DEBUG] Detected home directory from env var: /Users/artemsorokin | |
2017/06/15 17:40:44 [INFO] CLI command args: []string{"plan"} | |
2017/06/15 17:40:44 [DEBUG] command: loading backend config file: /Users/artemsorokin/reps/test/archive_file_bug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************************************************* | |
* Welcome to the LeddarC Demonstration Program! * | |
************************************************* | |
Main Menu | |
1. Connect | |
2. Connect to single USB sensor | |
3. List Sensors | |
4. Replay Record |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************************************************* | |
* Welcome to the LeddarC Demonstration Program! * | |
************************************************* | |
Main Menu | |
1. Connect | |
2. Connect to single USB sensor | |
3. List Sensors | |
4. Replay Record |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************************************************* | |
* Welcome to the LeddarC Demonstration Program! * | |
************************************************* | |
Main Menu | |
1. Connect | |
2. Connect to single USB sensor | |
3. List Sensors | |
4. Replay Record |