https://github.com/compilerla/compiler-admin
Compiler's administrative tasks
https://github.com/compilerla/compiler-admin
google-workspace harvest toggl
Last synced: 5 months ago
JSON representation
Compiler's administrative tasks
- Host: GitHub
- URL: https://github.com/compilerla/compiler-admin
- Owner: compilerla
- License: apache-2.0
- Created: 2023-02-24T01:04:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T23:42:15.000Z (about 1 year ago)
- Last Synced: 2025-02-01T00:24:40.391Z (about 1 year ago)
- Topics: google-workspace, harvest, toggl
- Language: Python
- Homepage:
- Size: 544 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compiler Admin
Automating Compiler's administrative tasks.
Built on top of [GAM7](https://github.com/GAM-team/GAM) and [GYB](https://github.com/GAM-team/got-your-back).
**Note:** This tool can only be used by those with administrator access to Compiler's Google Workspace.
## Documentation
For full installation, usage, and command reference, please see the [docs site](https://docs.compiler.la/compiler-admin).
## Basic Usage
```bash
$ compiler-admin -h
usage: compiler-admin [-h] [-v] {info,init,time,user} ...
positional arguments:
{info,init,time,user}
The command to run
info Print configuration and debugging information.
init Initialize a new admin project. This command should be run once before any others.
time Work with Compiler time entries.
user Work with users in the Compiler org.
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
```