gommander

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 3 Imported by: 0

README


Logo

GoMMander

Table of Contents

About The Project

GoMMander is a Go HTTP command that can test an API and make stress test.

You can use gommander for automatize HTTP request.

Built With

We use Golang as the base language and docker images are provided for deployment.

Use go mod as dependencies manager.

Dependencies

TBD

Getting Started

#Installation by source
go get github.com/jarlex/gommander
cd $GO_PATH/github.com/jarlex/gommander
./build.sh

#Download image
docker pull #TBD

Prerequisites

  • Go 1.26+

Installation

TBD

Usage

Run the CLI through Cobra command flow:

gommander --config ./path/to/plan-folder

Or from source:

go run . --config ./testdata/fixtures/valid-plan

Plan Contract Migration Notes

The JSON contract now enforces canonical field names:

  • previousData (task field)
  • paramsBody (request field)

Legacy fields are no longer accepted as input:

  • previusData
  • ParamsBody

When legacy fields are used, parsing now returns a migration error that tells you to use canonical names.

Roadmap

TBD

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

TBD

Acknowledgements

TBD

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