greenarrow Command
- Table of Contents
- Introduction
- General Info
- Disk Usage
Introduction
The command greenarrow
is a central command for accessing various command-line
functionalities of GreenArrow. Our goal is for it to be the single way to interact
with GreenArrow on the command-line, but we’re not quite there yet.
This page describes some of the functions that the greenarrow
command provides.
General Info
The command greenarrow info
will print some key information about your installation
of GreenArrow.
$ greenarrow info
GreenArrow Version: v4.282.0 (2023-04-27)
Persistence Mode: Traditional
License Key: (not shown)
License Key: Status: current
License Key: Expiration: None; Perpetual License
License Key: Updates Expiration: 2024-06-01; only licensed to run versions of GreenArrow released on or before this date
This command provides a --json
option to get this information as a JSON document.
$ greenarrow info --json
{
"version": "v4.282.0",
"version_date": "2023-04-27",
"persistence_mode": "Traditional",
"persistence_path": "",
"license_key": "(not shown)",
"license_key_expiration_date": "",
"license_key_updates_expiration_date": "2024-06-01",
"license_key_status": "current"
}
On a real system, the license key will be shown in the above commands. We’ve simply hidden it here.
Disk Usage
See this page for documentation on the greenarrow disk_usage
command.