Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschf/ubdater
A command line tool to update the forward number for an Ubity extension
https://github.com/tschf/ubdater
Last synced: 3 days ago
JSON representation
A command line tool to update the forward number for an Ubity extension
- Host: GitHub
- URL: https://github.com/tschf/ubdater
- Owner: tschf
- License: mpl-2.0
- Created: 2020-07-01T05:59:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T01:39:13.000Z (over 4 years ago)
- Last Synced: 2023-03-24T06:35:06.601Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ubdater
A CLI tool to manage changes to Ubity, for areas not supported by their API
## Usage
This programs expects some environment variables to be set. This is for reading
the ubity username and password from.```
export UBITY_LOGIN=TODO
export UBITY_PASSWORD=TODO
```If those are set, this program can be run like so:
```
./ubdater -e 1 -f 614300123456
```This is saying for extension `1`, set the forward to number to `614300123456`.
```
NAME:
ubdater - Ubity update toolUSAGE:
ubdater [global options] command [command options] [arguments...]COMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--extension value, -e value the extension to modify (default: 0)
--forward-to value, -f value the forward to number
--help, -h show help (default: false)
```## Author
Trent Schafer, (C) 2020
## Liecense
This tool is licensed under MPL-2.0: Mozilla Public Licene, 2.0