This is the command umegaya-adm 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
umegaya-adm - A tool to administrate the Umegaya database.
SYNOPSIS
umegaya-adm -p package -k key -v value [--delete] [--verbose]
umegaya-adm -h, --help
DESCRIPTION
"umegaya-adm" interrogates or modifies the Berkeley database in which the gathered
metadata is stored. If a combination of package, key and value is given, it will set the
value. Otherwise it will give appropriate information using the of package or key provided
as argument.
For example:
$ umegaya-adm -p package -k key -v value
$ umegaya-adm -p package -k key
value
$ umegaya-adm -p package -k key2 -v value2
$ umegaya-adm -p package -k key2
value2
$ umegaya-adm -p package
key value
key2 value2
$ umegaya-adm -p package2 -k key -v value3
$ umegaya-adm -k key
package value
package2 value3
$ umegaya-adm -p package2 -k key --delete
$ umegaya-adm -k key
package value
OPTIONS
-d, --delete
In combination with --key or --package, delete the value(s) instead of displaying
them.
--list-entries, --show-entry, --delete-entry
List all the entries, or show or delete one entry of the Umegaya database. These
entries are package names joined to a Umegaya key by a colon. Examples:
Xumegaya:NameX, Xumegaya:YAML-URLX.
-k, --key
If set alone, "umegaya-adm" will display all the package-values pairs for the
given key. If set together with --package, "umegaya-adm" will display the
corresponding value.
-p, --package
If set alone, "umegaya-adm" will display all the key-values pairs for the given
package. If set together with --key, "umegaya-adm" will display the corresponding
value.
--purge Deletes the umegaya database without asking for confirmation.
-v, --value
When this option is set together with --key and --package, "umegaya-adm" sets the
given value for the given key of the given package.
--verbose
Returns the set value to the standard output when used in conjunction with --key,
--package, and --value.
ADVANCED USAGE
use "umegaya-adm" to set special keys for the packages.
Use umegaya-adm online using onworks.net services