Edit
Edit a profile
You can update any saved profile attribute using the edit command.
Commands
Update Display Name and Email
gpx edit <profile_name> --display-name "New Display Name" --email "new@email.com"
Update GitHub Username (PAT profiles only)
gpx edit <profile_name> --github-username <username>
Update SSH Key
gpx edit <profile_name> --ssh-key <private_ssh_key_path>
Update GPG Key
gpx edit <profile_name> --gpg-key <new_gpg_key>
Enable / Disable signing
gpx edit <profile_name> --signing <true/false>
Multiple changes at once
gpx edit work --display-name "Ada Lovelace" --gpg-key <new_gpg_key> --signing true