alf-framework
- Functions to help manage frameworks within Alf
alf framework install
[-u
url
] [-s
file_to_source
]
alf framework uninstall
short_name
alf framework update
short_name
Functions to help manage frameworks within Alf.
install
[-u
url
] [-s
file_to_source
]Install a framework into Alf.
-u
url
]-s
file_to_source
]-e
Append a MESSAGE to an error logfile for a given NAMESPACE.
-d
Delete the log and error logfile for a given NAMESPACE.
--help
Display this help and exit.
Log a message to a logfile named foobar
(saves to $HOME/.alf/logs/foobar.log
):
alf log -l foobar "Logging foobar message"
You can optionally choose to pass no OPTION
which is equivalent to alf-log-l
:
alf log foobar "Logging foobar message"
Log an error message to a logfile named foobar
(saves to $HOME/.alf/logs/error-foobar.log
):
alf log -e foobar "Logging foobar message"
Delete all foobar
logfiles (deletes $HOME/.alf/logs/foobar.log
and $HOME/.alf/logs/error-foobar.log
):
alf log -d foobar
Written by Larry Gordon
The MIT License (MIT) <http://psyrendust.mit-license.org/2014/license.html>