Skip to content

Commit 43b26c2

Browse files
committed
Added commands to display Chrome device counts.
1 parent 844e644 commit 43b26c2

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

wiki/GamUpdates.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
1010

1111
See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation
1212

13+
### 7.28.02
14+
15+
Added commands to display Chrome device counts.
16+
17+
* See: https://github.com/GAM-team/GAM/wiki/Chrome-Device-Counts
18+
1319
### 7.28.01
1420

1521
Updated `gam <UserTypeEntity> show fileinfo <DriveFileEntity>` to display `displayName` as the key field

wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ writes the credentials into the file oauth2.txt.
252252
admin@server:/Users/admin$ rm -f /Users/admin/GAMConfig/oauth2.txt
253253
admin@server:/Users/admin$ gam version
254254
WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found
255-
GAM 7.28.01 - https://github.com/GAM-team/GAM - pyinstaller
255+
GAM 7.28.02 - https://github.com/GAM-team/GAM - pyinstaller
256256
257257
Python 3.14.0 64-bit final
258258
macOS Tahoe 26.1 x86_64
@@ -990,7 +990,7 @@ writes the credentials into the file oauth2.txt.
990990
C:\>del C:\GAMConfig\oauth2.txt
991991
C:\>gam version
992992
WARNING: Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: C:\GAMConfig\oauth2.txt, Not Found
993-
GAM 7.28.01 - https://github.com/GAM-team/GAM - pythonsource
993+
GAM 7.28.02 - https://github.com/GAM-team/GAM - pythonsource
994994
995995
Python 3.14.0 64-bit final
996996
Windows 11 10.0.26200 AMD64

wiki/Version-and-Help.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Print the current version of Gam with details
44
```
55
gam version
6-
GAM 7.28.01 - https://github.com/GAM-team/GAM - pyinstaller
6+
GAM 7.28.02 - https://github.com/GAM-team/GAM - pyinstaller
77
88
Python 3.14.0 64-bit final
99
macOS Tahoe 26.1 x86_64
@@ -15,7 +15,7 @@ Time: 2023-06-02T21:10:00-07:00
1515
Print the current version of Gam with details and time offset information
1616
```
1717
gam version timeoffset
18-
GAM 7.28.01 - https://github.com/GAM-team/GAM - pyinstaller
18+
GAM 7.28.02 - https://github.com/GAM-team/GAM - pyinstaller
1919
2020
Python 3.14.0 64-bit final
2121
macOS Tahoe 26.1 x86_64
@@ -27,7 +27,7 @@ Your system time differs from www.googleapis.com by less than 1 second
2727
Print the current version of Gam with extended details and SSL information
2828
```
2929
gam version extended
30-
GAM 7.28.01 - https://github.com/GAM-team/GAM - pyinstaller
30+
GAM 7.28.02 - https://github.com/GAM-team/GAM - pyinstaller
3131
3232
Python 3.14.0 64-bit final
3333
macOS Tahoe 26.1 x86_64
@@ -68,15 +68,15 @@ MacOS High Sierra 10.13.6 x86_64
6868
Path: /Users/Admin/bin/gam7
6969
Version Check:
7070
Current: 5.35.08
71-
Latest: 7.28.01
71+
Latest: 7.28.02
7272
echo $?
7373
1
7474
```
7575

7676
Print the current version number without details
7777
```
7878
gam version simple
79-
7.28.01
79+
7.28.02
8080
```
8181
In Linux/MacOS you can do:
8282
```
@@ -86,7 +86,7 @@ echo $VER
8686
Print the current version of Gam and address of this Wiki
8787
```
8888
gam help
89-
GAM 7.28.01 - https://github.com/GAM-team/GAM
89+
GAM 7.28.02 - https://github.com/GAM-team/GAM
9090
9191
Python 3.14.0 64-bit final
9292
macOS Tahoe 26.1 x86_64

0 commit comments

Comments
 (0)