| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-06-13 | delete reference to namespaces | Franck Cuny | 1 | -4/+4 | |
| We don't need namespaces, a better abstraction is to use different buckets, as this provides a better abstraction to manage quotas and permissions. | |||||
| 2022-06-13 | add stub commands for buckit | Franck Cuny | 1 | -0/+27 | |
| Add the stub commands for the binary. Each command will be in its own file (with the exception of delete/un-delete). This will make it easier to navigate the code. We use `github/urfave/cli` for generating the sub commands, as the module is well documented and easy to use. | |||||
