An open API service indexing awesome lists of open source software.

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

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
```