markosamuli / glassfactory

⛔️ DEPRECATED Go library and CLI for Glass Factory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED Go library and CLI for Glass Factory

This library is no longer maintained as I don't have access to Glass Factory anymore.

Test Lint

This is a CLI for Glass Factory resource management tool that I've created for learning purposes.

This is not an official tool supported by the Glass Factory team and it might now work with your organisations's configuration.

You might also need certain permissions to use these APIs. I don't provide any documentation or support for configuring your accounts.

Usage

Build

Build the binary:

make build

Install the binary:

make install

Configuration

Authenticate and create a configuration file:

glassfactory auth login

Reports

Generate report for the current fiscal year:

glassfactory report fy

Generate monthly reports for the current calendar year:

glassfactory report monthly

License

MIT License

Author Information

markosamuli

About

⛔️ DEPRECATED Go library and CLI for Glass Factory

License:MIT License


Languages

Language:Go 99.5%Language:Makefile 0.5%