-
Notifications
You must be signed in to change notification settings - Fork 1
Managing dsu Projects
With the advent of dsu
v3.0.0, Projects have been introduced.
A dsu
Project is a way of grouping DSU entries together. All DSU entries belong to a Project. Consequently, projects allow you manage DSU entries for different teams. For example, if you belonged to multiple agile development teams, you would want to keep your DSU entries for these teams separate.
When you install dsu
3.0.0, any entries you may have had prior, are added to the dsu
default project. The dsu
default project can be renamed to something more meaningful (see dsu project help rename
).
You can create dsu
"projects" to manage DSU entries. Typically you would want to use dsu
projects to segregate your DSU entries to be shared with different agile teams.
dsu project create PROJECT_NAME [PROJECT_DESCRIPTION]
dsu p c PROJECT_NAME [PROJECT_DESCRIPTION] # Equivalent to the above, only using shortcuts
dsu project create "GSA" "General Services Administration"
dsu p c "GSA" "General Services Administration" # Equivalent to the above, only using shortcuts
PROJECT_DESCRIPTION is optional. If omitted, a project description of "<PROJECT_NAME> project" is used, where PROJECT_NAME is the name of the project entered.
dsu project create "DHS Global"
dsu p c "DHS Global"
You can delete dsu
"projects" if you don't need them anymore. Deleting a dsu
project permanently removes the project and all DSU entries associated with the project. Projects can be deleted using the PROJECT_NAME or PROJECT_NUMBER. If PROJECT_NAME is used, the project will be deleted. If PROJECT_NUMBER is used, the project equating to the nth project in the list of projects will be deleted (see Listing projects).
dsu project delete [PROJECT_NAME|PROJECT_NUMBER]
dsu p d [PROJECT_NAME|PROJECT_NUMBER] # Equivalent to the above, only using shortcuts
dsu project create "GSA" "General Services Administration"