Skip to content

Commit 27caf74

Browse files
author
scttymn
committed
Add logout command and rename login.go to auth.go
- Add gcpeasy logout command to revoke Google Cloud credentials - Rename login.go to auth.go for better organization (contains both login/logout) - Update README to document logout command and project structure
1 parent 5980d6c commit 27caf74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ gcpeasy --version
123123

124124
### Authentication
125125
- `gcpeasy login` - Authenticate with Google Cloud
126+
- `gcpeasy logout` - Logout from Google Cloud
126127

127128
### Environment Management
128129
- `gcpeasy env list` - List available GCP projects
@@ -212,7 +213,7 @@ gcpeasy respects and manages your current context:
212213
gcpeasy/
213214
├── cmd/ # CLI commands
214215
│ ├── root.go # Root command and global flags
215-
│ ├── login.go # Authentication command
216+
│ ├── auth.go # Authentication commands (login/logout)
216217
│ ├── env.go # Environment/project management
217218
│ ├── cluster.go # Cluster management
218219
│ ├── pods.go # Pod listing command

0 commit comments

Comments
 (0)