To issue a withdrawal, use the command gwithdraw:
gwithdraw {-a account_id | -p project_name} [-i allocation_id] {[-z] amount} [-d description] [-h | —hours] [—debug] [-? | —help] [—man] [—quiet] [-v | —verbose]
Example 15. Making a withdrawal
$ gwithdraw -z 12800 -a 1 -d "Grid Tax" Successfully withdrew 12800 credits from account 1
Example 16. Making a withdrawal "from" a project
If a project has a single account then a withdrawal can be made against the project.
$ gwithdraw -z 12800 -p chemistry Successfully withdrew 12800 credits from account 2