jobert-cli

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

Logo goes here

Jobert CLI

CLI tool for interfacing with the Jobert API

License badge GitHub issues GitHub repo size GitHub Release Go version

Table of Contents

Summary

The Jobert CLI is a tool built to interface with a local deployment of the Jobert API and facilitate the rapid submission of job applications. Available commands include getting jobs or queries stored in the database, opening jobs from the database, and creating or deleting queries. Jobs can be filtered by their query of origin.

This is an intermediary tool. In the future, Jobert will be offered as a more accessible web application.

Installation

The recommended approach is to download the appropriate release for your operating system and use the provided executable file. Otherwise, the program can be compiled from the source code provided in this repository. See go.mod for dependency information.

Usage

The Jobert CLI tool is designed to exchange data with the Jobert API. As there is currently no publicly hosted API deployment, the API is assumed to be accessible at http://localhost:8080.

This tool offers a simplified approach to adding new queries and managing data already in the database:

Usage:
  jobert [command] [subcommand] [flag]

Available Commands:
  del         Delete queries from database
  get         Get jobs or queries from database
  help        Help about any command
  new         Create a new query
  open        Open jobs in browser

Available Subcommands:
  query       Apply command to queries in the API database
  job         Apply command to jobs in the API database

Flags:
  -h, --help      help for jobert
  -q, --qid (int)   query_id to filter jobs (optional)

Some commands have additional restrictions. Use jobert [command] --help for more information about a command.

License

Jobert CLI is licensed under the GPL-3.0 License.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL