plowmod - Online in the Cloud

This is the command plowmod that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


plowmod - Simple plowshare modules management tool

SYNOPSIS


plowmod ACTION [OPTIONS]... [URL]...
plowmod --install [URL]...
plowmod --update
plowmod --status

DESCRIPTION


plowmod is a command-line tool designed to ease plowshare modules installation and update.
The script is standalone and not dependent of other plow* tools.

At startup, plowdown, plowup, plowprobe, plowlist or plowdel search for
~/.config/plowshare/modules.d/*/config files and build an available module list.

Remote repository sources (URLs) can be only git repositories for now.

OPTIONS


Action options
-i, --install
Install from scratch from one or several URLs to plowshare modules directory (see
--modules-directory switch below). For now, this is a simple git clone. From
repository URL, a sub-directory name is figured out (some kind of basename) and
will be created in plowshare modules directory.

-s, --status
Print some useful information about modules directories found and possible
conflicts (when using -v3 switch).

-u, --update
Browse plowshare modules directory (each sub-directory) and try to update sources.
For now, this is a simple git pull.

Logging options
-v, --verbose=LEVEL
Set output verbosity level:
0 none,
1 errors,
2 notice (default behavior),
3 debug,
4 report (very noisy, not very useful here).

-q, --quiet
Alias for -v0. Do not print any debug messages.

Miscellaneous options
--no-color
Disables log messages (stderr only) output coloring.

--modules-directory=DIR
Set plowshare modules directory. Default is ~/.config/plowshare/modules.d/. You
should not modify this unless you are a package maintainer or want to embed
plowshare into PHP.

Generic program information
-h, --help
Display main help and exit.

--version
Output version information and exit.

Use plowmod online using onworks.net services



Latest Linux & Windows online programs