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

mina - deployer and server automation tool

Author

       Mina is written by Nadarei, Inc.

       This  manual page was written by Aggelos Avgerinos <evaggelos.avgerinos@gmail.com> for the Debian project
       (but may be used by others).

Commands

       The following are mina specific commands

       help   Show summary of options.

       init   Generate a sample configuration file for deployments in the working directory.

       tasks  Show all rake(1) tasks provided by mina.

Description

mina is a fast deploy Bash script generator. It generates an entire deployment procedure as a Bash script
       and runs it remotely on a server, creating a single SSH session per deploy, minimizing the SSH connection
       overhead. Its syntax is similar to capistrano.

License

       This software is released under the MIT license.  See /usr/share/doc/mina/copyright for more details.

       Copyright © 2014 Nadarei, Inc.

                                                   14/01/2015                                            MINA(1)

Name

       mina - deployer and server automation tool

Options

       This program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -h,--help
              Show summary of options.

       -V,--version
              Show version of program.

       -v,--verbose
              Show commands as they are executed.

       -S,--simuate
              Run in simulation mode, i.e. do not perform actual changes.

       -t,--trace
              Show backtraces upon errors.

       -fFILE
              Use FILE as the deploy configuration.

See Also

cap(1), fab(1), rake(1).

Synopsis

mina [OPTIONS] commandmina [OPTIONS] task

Tasks

       The tasks are rake(1) tasks defined by the user in a project's deployment configuration file.

       See /usr/share/doc/mina/examples/deploy.rb for an example deployment configuration.

See Also