Command-Line Tools

Open-source Go CLI utilities for agricultural data, cloud workflows, and app publishing.

CIMIS CLI
$ cimis query --station 80 --items ETo,Precip --days 7
Station: Fresno State (80)
Date        | ETo (in) | Precip (in)
2024-12-01  | 0.04     | 0.00
2024-12-02  | 0.05     | 0.12
2024-12-03  | 0.03     | 0.45
--- 7 records retrieved ---

CIMIS CLI

California weather station data at your fingertips

A Go command-line tool for querying the California Irrigation Management Information System (CIMIS). Retrieve real-time and historical weather station data for agricultural planning, irrigation scheduling, and climate analysis across California's diverse agricultural regions.

  • Query 200+ CIMIS weather stations
  • Daily and hourly data retrieval
  • Multiple export formats (JSON, CSV)
  • Configurable date ranges and data items
  • Offline station metadata caching
cimis stations --activecimis query --station 80 --start 2024-01-01cimis data --type daily --items ETo,Precipcimis export --format csv
GoREST APIJSONCSV
View on GitHub
Google Drive CLI
$ gdrive list --query 'modifiedTime > 2024-01-01' --limit 5
ID              | Name                  | Type   | Modified
abc123def456    | Q4-Yield-Report.xlsx  | sheet  | 2024-12-15
ghi789jkl012    | Sensor-Data-Dec.csv   | file   | 2024-12-14
mno345pqr678    | Field-Maps/            | folder | 2024-12-10
--- 3 of 42 results ---

Google Drive CLI

Manage Drive files without leaving the terminal

A Go CLI tool for managing Google Drive files and folders directly from the terminal. Upload, download, search, and organize files with OAuth2 authentication. Designed for developers and power users who prefer command-line workflows for file management and automation scripts.

  • Full CRUD operations on files and folders
  • OAuth2 authentication flow
  • Batch upload and download
  • Search with Google Drive query syntax
  • Permission and sharing management
gdrive list --query 'type:spreadsheet'gdrive upload ./data/harvest-report.csvgdrive download --id abc123 --output ./gdrive share --email team@farm.com --role writer
GoGoogle APIOAuth2gRPC
View on GitHub
Google Play Developer CLI
$ gplay reviews --app com.farm.monitor --rating 4-5 --days 7
App: Farm Monitor (com.farm.monitor)
★★★★★ "Perfect for tracking soil moisture!"
  - User: CentralValleyFarmer | Dec 14, 2024
★★★★☆ "Great app, needs offline mode"
  - User: OrchardManager42 | Dec 12, 2024
--- 8 reviews (avg: 4.6★) ---

Google Play Developer CLI

Streamline your Android app publishing workflow

A Go CLI tool for interacting with the Google Play Developer API. Manage app listings, track reviews, upload builds, and monitor app performance metrics. Built for mobile developers who want to automate their Android app publishing and monitoring workflows.

  • App listing management and updates
  • Review monitoring and response
  • APK/AAB upload to release tracks
  • Install and crash statistics
  • Automated release promotion
gplay apps listgplay reviews --app com.farm.monitor --days 30gplay upload --track internal --aab ./app.aabgplay stats --metric installs --period monthly
GoGoogle Play APIOAuth2Protobuf
View on GitHub

Interested in custom tooling?

We build bespoke CLI tools and automation pipelines for agricultural operations. From data ingestion to deployment workflows.