logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mautil - Mono.Addins Setup Utility

Description

       The mautil tool works with Mono.Addins repositories and packages.

Name

       mautil - Mono.Addins Setup Utility

Options

--registry, -reg
              Specify add-in registry path

       --path, -p
              Specify startup path

       -v     Verbose output

   Add-incommands:install, i
              Installs add-ins.

       uninstall, u
              Uninstalls add-ins.

       check-install, ci
              Checks installed add-ins.

       update, up
              Updates installed add-ins.

       list, l
              Lists installed add-ins.

       list-av, la
              Lists add-ins available in registered repositories.

       list-update, lu
              Lists available add-in updates.

   RepositoryCommands:rep-add, ra
              Registers repositories.

       rep-remove, rr
              Unregisters repositories.

       rep-update, ru
              Updates the lists of available addins.

       rep-list, rl
              Lists registered repositories.

   Add-inRegistryCommands:reg-update, rgu
              Updates the add-in registry.

       reg-build, rgb
              Rebuilds the add-in registry.

       info   Prints information about an add-in.

   PackagingCommands:rep-build, rb
              Creates a repository index file for a directory structure.

       pack, p
              Creates a package from an add-in configuration file.

       help, h
              Shows help about a command.

   DebugCommands:dump-file
              Prints the contents of a registry file.

See Also

mono(1).

Mono.Addins                                         May 2008                                           MAUTIL(1)

Synopsis

mautil [options] <command> [arguments]

See Also