PIP Installer for getgauge-cli tool
This setup.py file is used for installing the getgauge-cli tool. The Python package can be installed multiple ways:
using pip
- pre-requisite: pip should be installed and available on machine
- run the command
pip install getgauge-cli
using setup.py
- Navigate to the current directory
gauge\build\pip\ - Run
python build.py --installon command prompt (it will install the latest released version) - To install a specific version set
GAUGE_VERSIONenvironment variable.
Check to ensure getgauge-cli is installed
- Once the package has been setup. please exit the current terminal and relaunch terminal again
- run the command
gauge, you should be able to see similar output
Usage:
gauge <command> [flags] [args]
# ...etc
Using setup.py
-
Install required dep by running
python/python3 -m pip install requirements.txt. -
Check through and obtain a valid tag/build number from releases
-
Run the command
python build.py --install(set GAUGE_VERSION env to install specific version) -
This would install the version as specified along with latest release of Gauge-CLI Version
-
Run the command
python build.py --distto generate the PyPi distributable (set GAUGE_VERSION env to install specific version)
Uninstalling Gauge CLI
Gauge CLI uninstall should be done manually for now. Run the following command on your prompt
$ pip uninstall gauge-cli
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file getgauge_cli-1.6.35.tar.gz.
File metadata
- Download URL: getgauge_cli-1.6.35.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e9359c749075259469fc36cad32406f214b35a301ef6f90709c2b2715d6c804
|
|
| MD5 |
d3f6505914164fccaaa4ad5cdc9293ee
|
|
| BLAKE2b-256 |
623493fc34c67556882eeacd6e2eff312d1ad38c11c1f9e5b5da26690a7f0f9a
|