Skip to content

A terminal client to interact with Fuck Off 🖕 as a Service API.

License

Notifications You must be signed in to change notification settings

vendion/foaas-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

FOaaS CLI

A simple CLI tool to interact with the FOaaS (Fuck Off as a Service) API made in an attempt to learn Go.

See it in action

Installation

go get github.com/palash25/foaas-cli

Make sure that your GOPATH and GOROOT are set properly.

Usage

Every command starts with the app name and then the command followed by arguments and flags (if any)

There are 3 commands in total:

  1. help: foaas-cli help
  2. version: foaas-cli version. This will return the version of the FOaaS API
  3. fuck: foaas-cli fuck [argument] [flags]. The argument is the kind of fuck (the message) that you want the API to return and the flags substitute the values provided to them in the message returned by the API. For example
      $ foaas-cli fuck bucket --from Borat
    
      Gives the following output:
    
      Please choke on a bucket of cocks. - Borat
    
    Here bucket is the argument and from is the flag with Borat as its value.

About

A terminal client to interact with Fuck Off 🖕 as a Service API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%