Docker image to use for the Rungutan CLI
1.5K
Rungutan is the first API Load Testing SaaS platform worldwide, 100% Serverless, which helps you simulate workflows to emulate user experience, so it's easier to design workflow oriented strategies.
Although we love our landing page and we definitely think it's worth checking out, you can sign up directly by going on https://app.rungutan.com/signup
D'oh.
You can find it on our Docs page.
This CLI has been designed for:
pip install rungutan
rungutan configure (--profile some-profile-name)
$ rungutan help
usage: rungutan <command> [<args>]
To see help text, you can run:
rungutan help
rungutan version
rungutan configure --help
rungutan team --help
rungutan results --help
rungutan raw_results --help
rungutan tests --help
rungutan templates --help
rungutan crons --help
rungutan notifications --help
rungutan vault --help
rungutan csv --help
rungutan file --help
Rungutan CLI utility for interacting with https://rungutan.com
positional arguments:
command Command to run
optional arguments:
-h, --help show this help message and exit
$ rungutan csv --help
usage: rungutan [-h] [--csv_id CSV_ID] [-p PROFILE] [{list,get,remove}]
CSV command system
positional arguments:
{list,get,remove}
optional arguments:
-h, --help show this help message and exit
--csv_id CSV_ID Required parameter for subcommand ["get", "remove"].
Optional parameter for subcommand ["list"].
-p PROFILE, --profile PROFILE
The profile you'll be using.
If not specified, the "default" profile will be used.
If no profiles are defined, the following env variables will be checked:
* RUNGUTAN_TEAM_ID
* RUNGUTAN_API_KEY
$ rungutan csv list
{
"CSV": [
{
"csv_id": "9c30cffe-ea4b-440e-aa73-9182ab98eb80",
"file_name_csv": "sample",
"member_email": "[email protected]",
"uploaded_date": "2021-10-05T11:25:11Z",
"max_rows": "25",
"max_columns": "7"
}
]
}
$ docker run \
-v ${HOME}/.rungutan:/root/.rungutan \
rungutancommunity/rungutan-cli:latest rungutan csv --help
usage: rungutan [-h] [--csv_id CSV_ID] [-p PROFILE] [{list,get,remove}]
CSV command system
positional arguments:
{list,get,remove}
optional arguments:
-h, --help show this help message and exit
--csv_id CSV_ID Required parameter for subcommand ["get", "remove"].
Optional parameter for subcommand ["list"].
-p PROFILE, --profile PROFILE
The profile you'll be using.
If not specified, the "default" profile will be used.
If no profiles are defined, the following env variables will be checked:
* RUNGUTAN_TEAM_ID
* RUNGUTAN_API_KEY
$ docker run \
-e RUNGUTAN_TEAM_ID=my_team \
-e RUNGUTAN_API_KEY=my_api_key \
rungutancommunity/rungutan-cli:latest rungutan csv --help
usage: rungutan [-h] [--csv_id CSV_ID] [-p PROFILE] [{list,get,remove}]
CSV command system
positional arguments:
{list,get,remove}
optional arguments:
-h, --help show this help message and exit
--csv_id CSV_ID Required parameter for subcommand ["get", "remove"].
Optional parameter for subcommand ["list"].
-p PROFILE, --profile PROFILE
The profile you'll be using.
If not specified, the "default" profile will be used.
If no profiles are defined, the following env variables will be checked:
* RUNGUTAN_TEAM_ID
* RUNGUTAN_API_KEY
Content type
Image
Digest
sha256:4872c33e7…
Size
20.4 MB
Last updated
almost 3 years ago
docker pull rungutancommunity/rungutan-cli