flux-account-add-project(1)
SYNOPSIS
flux account add-project PROJECT
DESCRIPTION
flux account add-project will add a new project to the
project_table in the flux-accounting database. Associations can reference
these in their projects attribute, allowing them to charge specific projects
at job submission.
EXAMPLES
To add a project, just specify a name:
$ flux account add-project my_project
Then, associations can reference these projects:
$ flux account add-user --username=user1 --bank=A --projects=my_project