1.0.0 • Published 4 years ago

@paxico/cli-loadsy v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

loadsy-cli

Commands

MANAGEMENT COMMANDS
login [options]                                     Login
        OPTIONS
        -u, --username <username>                   Set username
        -h, --help                                  display help for command

project                                             Create or list projects
        OPTIONS
        -h, --help                                  display help for command
        
        COMMANDS
        create [options] <projectName>              Create a new project
                OPTIONS
                --tarballUrl <URL>                  Set tarballUrl
                -o, --organization <organization>   Set Organization ID
                -h, --help                          display help for command

        list                                        List all projects

test                                                Run or Upload test files
        OPTIONS
        -h, --help                                  display help for command
        
        COMMANDS
        upload [options] <projectId>                Upload a test in a project
                OPTIONS
                -s, --source <scriptPath>           Set source path
                -h, --help                          display help for command

        run [options] <projectId>                   Run test in project
                OPTIONS
                -tc, --threadCount <threadCount>    Set threadCount
                -s, --source                        Set test to run
                -d, --duration <duration>           Set duration in seconds
                -r, --rampup <rampup>               Set rampup
                -h, --help                          display help for command

        list <projectId>                            List test files for a project
                OPTIONS
                -h, --help                          display help for command

help [command]                                      display help for command

Credentials

When login, you create a json file "login".

After create your credentials, you can use the program.