Module commands

Module commands 

Source

Re-exports§

pub use activities::download as download_activity;
pub use activities::get as get_activity;
pub use activities::list as list_activities;
pub use activities::upload as upload_activity;
pub use auth::login;
pub use auth::logout;
pub use auth::status;
pub use devices::get as get_device;
pub use devices::history as device_history;
pub use devices::list as list_devices;
pub use health::blood_pressure;
pub use health::body_battery;
pub use health::body_battery_range;
pub use health::calories;
pub use health::endurance_score;
pub use health::fitness_age;
pub use health::heart_rate;
pub use health::hill_score;
pub use health::hrv;
pub use health::hydration;
pub use health::insights;
pub use health::intensity_minutes;
pub use health::lactate_threshold;
pub use health::performance_summary;
pub use health::personal_records;
pub use health::race_predictions;
pub use health::respiration;
pub use health::sleep;
pub use health::sleep_range;
pub use health::spo2;
pub use health::steps;
pub use health::stress;
pub use health::stress_range;
pub use health::summary;
pub use health::training_readiness;
pub use health::training_status;
pub use health::vo2max;
pub use profile::settings as show_settings;
pub use profile::show as show_profile;
pub use sync::clear as sync_clear;
pub use sync::reset as sync_reset;
pub use sync::run as sync_run;
pub use sync::status as sync_status;
pub use weight::add as add_weight;
pub use weight::latest as latest_weight;
pub use weight::list as list_weight;

Modules§

activities
Activity commands for garmin-cli
auth
Authentication commands for garmin-cli
devices
Device commands for garmin-cli
health
Health commands for garmin-cli
profile
Profile commands for garmin-cli
sync
Sync commands for garmin-cli
weight
Weight and body composition commands for garmin-cli