.nh .TH "pogo" "1" "Oct 2025" "pogo/dev" "Pogo Manual" .SH NAME pogo-whoami - Show authentication information for the current repository .SH SYNOPSIS \fBpogo whoami [flags]\fP .SH DESCRIPTION Show the personal access token being used for authentication with the current repository's server. .PP This command displays: - The server URL this repository is connected to - The personal access token used for authentication .PP Personal access tokens are stored securely in your system's keyring/keychain and are associated with specific server URLs. Different repositories on the same server share the same token. .PP This command is useful for: - Debugging authentication issues - Verifying which credentials are being used - Checking server connectivity configuration - Sharing tokens between team members (with caution) .PP Note: Personal access tokens should be kept secret. Only share them with trusted team members who need access to the same repositories. .SH OPTIONS \fB-h\fP, \fB--help\fP[=false] help for whoami .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--time\fP[=false] Measure command execution time .PP \fB-v\fP, \fB--verbose\fP[=false] Enable verbose debug logging .SH EXAMPLE .EX # Show current authentication info pogo whoami # Example output: # Server: pogo.example.com:8080 # Personal Access Token: yMq3CR3BvKR6VrXn7TdDmAtt9N6M3x7a .EE .SH SEE ALSO \fBpogo(1)\fP