Skip to content

CLI (Command Line Interface)

Sylvain Guillet edited this page Aug 3, 2024 · 1 revision

CLI (Command Line Interface)

Get started

The CLI allow end user to use framework quickly in simple way. With the CLI you access to the following features :

  • Propagate small body and visualize it with Cosmographia
  • Sub observer point
  • Angular separation
  • Orientation
  • Orbital parameters converter
  • Frame converter
  • Time converter
  • Celestial body information
  • Find time windows from coordinate constraint
  • Find time windows from distance constraint
  • Find time windows from occultation constraint
  • Find time windows from field of view constraint
  • Find time windows from illumination constraint

Installation

To install the CLI in your system just use this command : dotnet tool install --global IO.Astrodynamics.CLI

How to use

To use it, just call astro in your terminal in anywhere location.

To display available commands type : astro --help

To display how to use a command type : astro time-converter --help

Clone this wiki locally