-
Notifications
You must be signed in to change notification settings - Fork 0
Managing accounts
Hanger51 can be configured to manage assets for multiple accounts, using a local backend that means each account gets its own folder, on s3 that means each account gets its own bucket (and potentially s3 account).
An account would typically be created for each client and/or project, each account is given an API key which can then be used to authenticate a call to the API when managing assets.
There is no HTTP interface for managing accounts, account management is done using fabric and the manage (m) command. Below is a list of the commands for managing accounts:
fab m:'add-account {name} {backend}'
then follow instructions.
fab m:'config-account {name}'
then follow instructions.
fab m:'delete-account {name}'
then follow instructions.
fab m:'generate-new-api-key {name}'
fab m:'list-accounts -q {query}'
fab m:'list-backends'
fab m:'rename-account {name} {new_name}'
fab m:'view-account {name}'