maestral.cli.cli_core ===================== .. py:module:: maestral.cli.cli_core Module Contents --------------- .. py:data:: OK .. py:data:: FAILED .. py:data:: KILLED .. py:function:: stop_daemon_with_cli_feedback(config_name) Wrapper around :meth:`daemon.stop_maestral_daemon_process` with command line feedback. .. py:function:: select_dbx_path_dialog(config_name, default_dir_name = None, allow_merge = False) A CLI dialog to ask for a local Dropbox folder location. :param config_name: The configuration to use for the default folder name. :param default_dir_name: The default directory name. Defaults to "Dropbox ({config_name})" if not given. :param allow_merge: If ``True``, allows the selection of an existing folder without deleting it. Defaults to ``False``. :returns: Path given by user. .. py:function:: link_dialog(m) A CLI dialog for linking a Dropbox account. :param m: Proxy to Maestral daemon. .. py:function:: start(foreground, verbose, config_name) .. py:function:: stop(config_name) .. py:function:: gui(config_name) .. py:function:: pause(m) .. py:function:: resume(m) .. py:function:: auth() .. py:function:: auth_link(m, relink, refresh_token, access_token) .. py:function:: auth_unlink(yes, config_name) .. py:function:: auth_status(config_name) .. py:function:: sharelink() .. py:function:: sharelink_create(m, dropbox_path, password, expiry) .. py:function:: sharelink_revoke(m, url) .. py:function:: sharelink_list(m, dropbox_path, long)