Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Why? The Auth subcommands should display detailed information to utilize any flags and options. ## How? - Declare each subcommand to include the help command ## Tickets? - [PLAT-1511](https://linear.app/fleekxyz/issue/PLAT-1511/add-help-to-auth-subcommand) ## Contribution checklist? - [x] The commit messages are detailed - [x] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] You have manually tested - [ ] You have provided tests ## Security checklist? - [ ] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) ## Preview? > Login <img width="812" alt="Screenshot 2024-09-19 at 16 37 24" src="https://github.com/user-attachments/assets/92e2ea55-b754-476c-a1cc-32fba80788d9"> > Logout <img width="812" alt="Screenshot 2024-09-19 at 16 37 01" src="https://github.com/user-attachments/assets/6919387c-c696-4320-a3e3-8581e527d560">
- Loading branch information