# mazda-cli

> CLI to use MyMazda services.

Latest version **1.0.2** (published 2022-06-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install mazda-cli
pnpm add mazda-cli
yarn add mazda-cli
bun add mazda-cli
```

Provides the command `mazda`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-06-26 |
| First published | 2022-06-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 12.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Raphael Bottino |
| Maintainers | raphabot |
| Keywords | mazda, cli, myMazda |

## Links

- npm: https://www.npmjs.com/package/mazda-cli
- Repository: https://github.com/raphabot/mazda-cli
- Issues: https://github.com/raphabot/mazda-cli/issues
- npm.io page: https://npm.io/package/mazda-cli

## Dependencies (6)

- [ora](https://npm.io/package/ora.md) ^6.1.0
- [nconf](https://npm.io/package/nconf.md) ^0.12.0
- [inquirer](https://npm.io/package/inquirer.md) ^9.0.0
- [commander](https://npm.io/package/commander.md) ^9.3.0
- [prettyjson](https://npm.io/package/prettyjson.md) ^1.2.5
- [node-mymazda](https://npm.io/package/node-mymazda.md) ^1.1.2

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2022-06-26
- 1.0.1 — 2022-06-26
- 1.0.0 — 2022-06-26

## README

# Mazda CLI

Mazda CLI is exactly what you would imagine: A CLI to interact with your Mazda cars.

## Installation

```bash
npm install -g mazda-cli
```

## Usage

```bash
# First, configure your CLI using the command below
mazda configure

# Then, you run the command bellow to get your car's id
❯ mazda list-cars
- 
  vin:                   XXXXXXXXXXX
  id:                    12345

# Now you can run commands like start-engine
❯ mazda start-engine 12345
⠹ Starting your car engine...
Engine started!

# Want to know what else you can do?
❯ mazda help
Usage: mazda [options] [command]

CLI to interact with MyMazda services

Options:
  -V, --version                output the current version
  -h, --help                   display help for command

Commands:
  configure                    Configure your Mazda cli
  list-cars                    Lists a list of vehicles linked with the MyMazda account.
  get-status <id>              Get information about the current status of the vehicle.
  start-engine <id>            Starts the engine
  stop-engine <id>             Stops the engine
  lock-doors <id>              Lock the doors
  unlock-doors <id>            Unlock the doors
  turn-hazard-lights-on <id>   Turns on the vehicle hazard lights
  turn-hazard-lights-off <id>  Turns off the vehicle hazard lights
  help [command]               display help for command
```

## Contributing
Contributions are welcome. Please check [Contributing](CONTRIBUTING.md)

## License
[MIT](LICENSE.md)

## Acknowledgements
* [node-mymazda](https://github.com/bdr99/node-mymazda)
* [commander](https://github.com/tj/commander.js)
* [ora](https://github.com/sindresorhus/ora)
* [nconf](https://github.com/indexzero/nconf)
* [inquirer](https://github.com/SBoudrias/Inquirer.js)
* [prettyjson](https://github.com/rafeca/prettyjson)

---
_Source: https://npm.io/package/mazda-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
