Revision f85992bc

b/snf-astakos-app/README
162 162

  
163 163
Available as extensions to Django's command-line management utility:
164 164

  
165
===============  ===========================
166
Name             Description
167
===============  ===========================
168
addgroup         Add new group
169
addterms         Add new approval terms
170
createuser       Create a user
171
inviteuser       Invite a user
172
listgroups       List groups
173
listinvitations  List invitations
174
listusers        List users
175
modifyuser       Modify a user's attributes
176
sendactivation   Send activation email
177
showinvitation   Show invitation info
178
showuser         Show user info
179
===============  ===========================
180

  
165
============================  ===========================
166
Name                          Description
167
============================  ===========================
168
astakos-quota                 Inspect quotaholder status
169
fix-superusers                Transform superusers created by syncdb into AstakosUser instances
170
full-cleanup                  Cleanup sessions and session catalog
171
invitation-list               List invitation
172
invitation-show               Show invitation details
173
project-control               Manage projects and applications
174
project-list                  List projects
175
project-show                  Show project details
176
reconcile-resources-astakos   Reconcile resource usage of Quotaholder with Astakos DB
177
resource-add                  Add resource
178
resource-export-astakos       Export astakos resources in json format
179
resource-import               Import resources
180
resource-list                 List resources
181
resource-modify               Modify resources
182
resource-remove               Remove resource
183
service-add                   Add service
184
service-list                  List services
185
service-modify                Modify service
186
service-remove                Remove service
187
term-add                      Add approval terms
188
user-activation-send          Send user activation
189
user-add                      Add user
190
user-auth-policy-add          Create a new authentication provider policy profile
191
user-auth-policy-list         List existing authentication provider policy profiles
192
user-auth-policy-remove       Remove an authentication provider policy
193
user-auth-policy-set          Assign an existing authentication provider policy profile to a user or group
194
user-auth-policy-show         Show authentication provider profile details
195
user-group-add                Create a group with the given name
196
user-group-list               List available groups
197
user-invite                   Invite somebody
198
user-list                     List users
199
user-modify                   Modify user
200
user-set-initial-quota        Import user quota limits from file or set quota for a single user from the command line
201
user-show                     Show user details
202
============================  ===========================

Also available in: Unified diff