Adding SAM Commands
Rules for development:
- read the
documentation on the CommandInterface utilities,
so that you understand what they do.
- read the
documentation on how to check out a package and modify it.
- make sure that the "verb" (command) you add does not
interfere with an existing verb
- implementation should return python OBJECT(s); cliProcessResults
should do whatever processing/printing of output strings is necessary
- especially at first, any code changes/additions should be
reviewed by an expert (me) before being released.
- keep the RELEASE_NOTES up-to-date with changes made, so that
when a new release is cut we can see what all went into it.
- If you feel confident that everything is working you can
use
these instructions to release a package. (The meat is
at the bottom of the web page, in the part labelled "Cookbook".).
Yes, once you add a new command to the sam_user_pyapi suite, it will
show up as a sam command (and a python interface).
Author: Lauri Loebel Carpenter
Last update by: $Author:
lauri $
Updated on: $Date: 2005/04/22 16:06:46 $