Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Maestral 1.9.6 documentation
Logo
Maestral 1.9.6 documentation

Background

  • Sync Logic
  • Logging
  • Config files
  • State files
  • Contributing

Reference

  • maestral.autostart
  • maestral.cli
    • maestral.cli.cli_core
    • maestral.cli.cli_info
    • maestral.cli.cli_main
    • maestral.cli.cli_maintenance
    • maestral.cli.cli_settings
    • maestral.cli.common
    • maestral.cli.core
    • maestral.cli.dialogs
    • maestral.cli.output
    • maestral.cli.utils
  • maestral.client
  • maestral.config
    • maestral.config.main
    • maestral.config.user
  • maestral.constants
  • maestral.daemon
  • maestral.database
    • maestral.database.core
    • maestral.database.orm
    • maestral.database.query
    • maestral.database.types
  • maestral.errorhandling
  • maestral.exceptions
  • maestral.fsevents
    • maestral.fsevents.polling
  • maestral.logging
  • maestral.main
  • maestral.manager
  • maestral.models
  • maestral.notify
  • maestral.keyring
  • maestral.sync
  • maestral.utils
    • maestral.utils.appdirs
    • maestral.utils.caches
    • maestral.utils.hashing
    • maestral.utils.integration
    • maestral.utils.path
Back to top
View this page

maestral.cli¶

This module contains the command line interface of Maestral. Keep all heavy imports local to the command or method that requires them to ensure a responsive CLI.

Submodules¶

  • maestral.cli.cli_core
  • maestral.cli.cli_info
  • maestral.cli.cli_main
  • maestral.cli.cli_maintenance
  • maestral.cli.cli_settings
  • maestral.cli.common
  • maestral.cli.core
  • maestral.cli.dialogs
  • maestral.cli.output
  • maestral.cli.utils
Next
maestral.cli.cli_core
Previous
maestral.autostart
Copyright © 2025, Sam Schott
Made with Sphinx and @pradyunsg's Furo
On this page
  • maestral.cli
    • Submodules