1. alf-framework(1)
  2. alf-framework(1)

NAME

alf-framework - Functions to help manage frameworks within Alf

SYNOPSIS

alf framework install [-u url] [-s file_to_source]
alf framework uninstall short_name
alf framework update short_name

DESCRIPTION

Functions to help manage frameworks within Alf.

install [-u url] [-s file_to_source]

Install a framework into Alf.

[-u url]
A valid .git url to install from.
[-s file_to_source]
A file to source for interactive login shells.
-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.

EXAMPLES

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  

AUTHOR

Written by Larry Gordon
The MIT License (MIT) <http://psyrendust.mit-license.org/2014/license.html>
  1. March 2014
  2. alf-framework(1)