Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1006 Bytes

File metadata and controls

26 lines (20 loc) · 1006 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2026-03-17

Added

  • Initial release of NinjaOne CLI
  • Alerts commands: list, reset, reset-all, summary
  • Devices commands: list, get, reboot, activities, alerts, services
  • Organizations commands: list, get, create, devices, locations
  • Tickets commands: list, get, create, update, add-comment, comments
  • JSON output format (default)
  • Table output format via --format flag
  • Environment variable configuration (NINJAONE_CLIENT_ID, NINJAONE_CLIENT_SECRET, NINJAONE_REGION)
  • Comprehensive README with usage examples
  • MIT License
  • Contributing guidelines