Autify Command Line Interface (CLI)

Overview

Autify Command Line Interface (CLI)

Autify CLI can help your integration with Autify!

oclif

Usage

Note: npm install is not available yet. We'll work on publishing to npm.

$ npm install -g @autifyhq/autify-cli
$ autify COMMAND
running command...
$ autify (--version)
@autifyhq/autify-cli/0.3.0-beta.0 linux-x64 node-v16.14.0
$ autify --help [COMMAND]
USAGE
  $ autify COMMAND
...

Download Prebuilt package

We provide prebuilt packages in the forms below (Node.js runtime is included):

OS Architecture Package type Download Link Note
Linux Intel 64bit tar.gz stable
Linux Intel 64bit tar.xz stable
Linux Arm 32bit tar.gz stable
Linux Arm 32bit tar.xz stable
macOS Intel 64bit tar.gz stable
macOS Intel 64bit tar.xz stable
macOS Intel 64bit Installer stable Not properly signed yet.
macOS Arm 64bit tar.gz stable
macOS Arm 64bit tar.xz stable
macOS Arm 64bit Installer stable Not properly signed yet.
Windows Intel 64bit tar.gz stable
Windows Intel 64bit tar.xz stable
Windows Intel 64bit Installer stable Not properly signed yet.
Windows Intel 32bit tar.gz stable
Windows Intel 32bit tar.xz stable
Windows Intel 32bit Installer stable Not properly signed yet.

After the installation, you can always get the latest update on stable channel automatically, or by running autify update.

Commands

autify help [COMMAND]

Display help for autify.

USAGE
  $ autify help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for autify.

See code: @oclif/plugin-help

autify mobile api run-test-plan

Run a test plan

USAGE
  $ autify mobile api run-test-plan --test-plan-id <value> --run-test-plan-request <value>

FLAGS
  --run-test-plan-request=<value>  (required) The build_id to execute the test plan.
  --test-plan-id=<value>           (required) The ID of the test plan to run.

DESCRIPTION
  Run a test plan

EXAMPLES
  $ autify mobile api run-test-plan

autify mobile api upload-build

Upload the build file.

USAGE
  $ autify mobile api upload-build --project-id <value> --file <value>

FLAGS
  --file=<value>        (required) Build file.
  --project-id=<value>  (required) The ID of the project to upload the build file to.

DESCRIPTION
  Upload the build file.

EXAMPLES
  $ autify mobile api upload-build

autify mobile auth login

Login to Autify for Mobile

USAGE
  $ autify mobile auth login

DESCRIPTION
  Login to Autify for Mobile

EXAMPLES
  Start interactive setup:

    $ autify mobile auth login

  Reading the token from file:

    $ autify mobile auth login < token.txt

autify update [CHANNEL]

update the autify CLI

USAGE
  $ autify update [CHANNEL] [-a] [-v <value> | -i] [--force]

FLAGS
  -a, --available        Install a specific version.
  -i, --interactive      Interactively select version to install. This is ignored if a channel is provided.
  -v, --version=<value>  Install a specific version.
  --force                Force a re-download of the requested version.

DESCRIPTION
  update the autify CLI

EXAMPLES
  Update to the stable channel:

    $ autify update stable

  Update to a specific version:

    $ autify update --version 1.0.0

  Interactively select version:

    $ autify update --interactive

  See available versions:

    $ autify update --available

See code: @oclif/plugin-update

autify web api create-url-replacement

Create a new url replacement for the test plan

USAGE
  $ autify web api create-url-replacement --test-plan-id <value> --create-url-replacement-request <value>

FLAGS
  --create-url-replacement-request=<value>  (required) The url to replace
  --test-plan-id=<value>                    (required) For example, 15 for the following URL:
                                            https://app.autify.com/projects/1/test_plans/15

DESCRIPTION
  Create a new url replacement for the test plan

EXAMPLES
  $ autify web api create-url-replacement

autify web api delete-url-replacement

Delete a url replacement for the test plan

USAGE
  $ autify web api delete-url-replacement --test-plan-id <value> --url-replacement-id <value>

FLAGS
  --test-plan-id=<value>        (required) For example, 15 for the following URL:
                                https://app.autify.com/projects/1/test_plans/15
  --url-replacement-id=<value>  (required) url_replacement id

DESCRIPTION
  Delete a url replacement for the test plan

EXAMPLES
  $ autify web api delete-url-replacement

autify web api describe-result

Get a result.

USAGE
  $ autify web api describe-result --project-id <value> --result-id <value>

FLAGS
  --project-id=<value>  (required) For example, 1 for the following URL: https://app.autify.com/projects/1/results/4
  --result-id=<value>   (required) For example, 4 for the following URL: https://app.autify.com/projects/1/results/4

DESCRIPTION
  Get a result.

EXAMPLES
  $ autify web api describe-result

autify web api describe-scenario

Get a scenario.

USAGE
  $ autify web api describe-scenario --project-id <value> --scenario-id <value>

FLAGS
  --project-id=<value>   (required) For example, 1 for the following URL: https://app.autify.com/projects/1/scenarios/2
  --scenario-id=<value>  (required) For example, 2 for the following URL: https://app.autify.com/projects/1/scenarios/2

DESCRIPTION
  Get a scenario.

EXAMPLES
  $ autify web api describe-scenario

autify web api execute-scenarios

You can execute any scenarios in your workspace using any execution environments (which is called "capabilities" here).

USAGE
  $ autify web api execute-scenarios --project-id <value> --execute-scenarios-request <value>

FLAGS
  --execute-scenarios-request=<value>  (required) The scenarios and settings to execute
  --project-id=<value>                 (required) For example, 1 for the following URL:
                                       https://app.autify.com/projects/1/scenarios

DESCRIPTION
  You can execute any scenarios in your workspace using any execution environments (which is called "capabilities"
  here).

EXAMPLES
  $ autify web api execute-scenarios

autify web api execute-schedule

Run a test plan. (Note: "Schedule" is called as "TestPlan" now.)

USAGE
  $ autify web api execute-schedule --schedule-id <value>

FLAGS
  --schedule-id=<value>  (required) For example, 3 for the following URL: https://app.autify.com/projects/1/test_plans/3

DESCRIPTION
  Run a test plan. (Note: "Schedule" is called as "TestPlan" now.)

EXAMPLES
  $ autify web api execute-schedule

autify web api list-capabilities

List available Capabilities.

USAGE
  $ autify web api list-capabilities --project-id <value> [--os <value>] [--browser <value>] [--device-type <value>]

FLAGS
  --browser=<value>      browser name to filter
  --device-type=<value>  device_type name to filter
  --os=<value>           os name to filter
  --project-id=<value>   (required) For example, 1 for the following URL: https://app.autify.com/projects/1/capabilities

DESCRIPTION
  List available Capabilities.

EXAMPLES
  $ autify web api list-capabilities

autify web api list-results

List results.

USAGE
  $ autify web api list-results --project-id <value> [--page <value>] [--per-page <value>] [--test-plan-id <value>]

FLAGS
  --page=<value>          The number of page returns.
  --per-page=<value>      The number of items returns. Default number is 30 and up to a maximum of 100
  --project-id=<value>    (required) For example, 1 for the following URL: https://app.autify.com/projects/1/results
  --test-plan-id=<value>  Test plan ID used to filter results.

DESCRIPTION
  List results.

EXAMPLES
  $ autify web api list-results

autify web api list-scenarios

List scenarios.

USAGE
  $ autify web api list-scenarios --project-id <value> [--page <value>]

FLAGS
  --page=<value>        The number of page returns.
  --project-id=<value>  (required) For example, 1 for the following URL: https://app.autify.com/projects/1/scenarios

DESCRIPTION
  List scenarios.

EXAMPLES
  $ autify web api list-scenarios

autify web api list-url-replacements

List url replacements for the test plan

USAGE
  $ autify web api list-url-replacements --test-plan-id <value>

FLAGS
  --test-plan-id=<value>  (required) For example, 15 for the following URL:
                          https://app.autify.com/projects/1/test_plans/15

DESCRIPTION
  List url replacements for the test plan

EXAMPLES
  $ autify web api list-url-replacements

autify web api update-url-replacement

Update a url replacement for the test plan

USAGE
  $ autify web api update-url-replacement --test-plan-id <value> --url-replacement-id <value> --update-url-replacement-request
    <value>

FLAGS
  --test-plan-id=<value>                    (required) For example, 15 for the following URL:
                                            https://app.autify.com/projects/1/test_plans/15
  --update-url-replacement-request=<value>  (required) The url to replace. Either pattern_url or replacement_url is
                                            required.
  --url-replacement-id=<value>              (required) url_replacement id

DESCRIPTION
  Update a url replacement for the test plan

EXAMPLES
  $ autify web api update-url-replacement

autify web auth login

Login to Autify for Web

USAGE
  $ autify web auth login

DESCRIPTION
  Login to Autify for Web

EXAMPLES
  Start interactive setup:

    $ autify web auth login

  Reading the token from file:

    $ autify web auth login < token.txt

autify web test run SCENARIO-OR-TEST-PLAN-URL

Run a scenario or test plan.

USAGE
  $ autify web test run [SCENARIO-OR-TEST-PLAN-URL] [-n <value>] [-r <value>] [--os <value>] [--os-version
    <value>] [--browser <value>] [--device <value>] [--device-type <value>] [-w] [-t <value>] [-v]

ARGUMENTS
  SCENARIO-OR-TEST-PLAN-URL  Scenario URL or Test plan URL e.g.
                             https://app.autify.com/projects/<ID>/(scenarios|test_plans)/<ID>

FLAGS
  -n, --name=<value>                 Name of the test execution. (Only for test scenario execution.)
  -r, --url-replacements=<value>...  URL replacements. Example: http://example.com=http://example.net
  -t, --timeout=<value>              [default: 300] Timeout seconds when waiting for the finish of the test execution.
  -v, --verbose                      Verbose output
  -w, --wait                         Wait until the test finishes.
  --browser=<value>                  Browser to run the test
  --device=<value>                   Device to run the test
  --device-type=<value>              Device type to run the test
  --os=<value>                       OS to run the test
  --os-version=<value>               OS version to run the test

DESCRIPTION
  Run a scenario or test plan.

EXAMPLES
  Run a test scenario (Default capability):

    $ autify web test run https://app.autify.com/projects/0000/scenarios/0000

  Run a test plan:

    $ autify web test run https://app.autify.com/projects/0000/test_plans/0000

  Run and wait a test scenario:

    $ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --timeout 600

  Run a test scenario with a specific capability:

    $ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --os "Windows Server" --browser Edge

  With URL replacements:

    $ autify web test run https://app.autify.com/projects/0000/scenarios/0000 -r \
      http://example.com=http://example.net -r http://example.org=http://example.net

  Run a test with specifying the execution name:

    $ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --name "Sample execution"

autify web test wait TEST-RESULT-URL

Wait a test result until it finishes.

USAGE
  $ autify web test wait [TEST-RESULT-URL] [-t <value>] [-v]

ARGUMENTS
  TEST-RESULT-URL  Test result URL e.g. https://app.autify.com/projects/<ID>/results/<ID>

FLAGS
  -t, --timeout=<value>  [default: 300] Timeout seconds when waiting for the finish of the test execution.
  -v, --verbose          Verbose output

DESCRIPTION
  Wait a test result until it finishes.

EXAMPLES
  $ autify web test wait https://app.autify.com/projects/0000/results/0000
Comments
  • Bump @oclif/core from 1.13.0 to 1.13.4

    Bump @oclif/core from 1.13.0 to 1.13.4

    Bumps @oclif/core from 1.13.0 to 1.13.4.

    Release notes

    Sourced from @​oclif/core's releases.

    v1.13.4

    1.13.4 (2022-08-08)

    Bug Fixes

    • retain enable json flag get/set apply flag at parse (#460) (9812937)

    v1.13.3

    1.13.3 (2022-08-06)

    Bug Fixes

    v1.13.2

    1.13.2 (2022-08-05)

    Bug Fixes

    v1.13.1

    1.13.1 (2022-08-02)

    Bug Fixes

    • throw appropriate error in runCommand (#455) (66e9bbc)
    Changelog

    Sourced from @​oclif/core's changelog.

    1.13.4 (2022-08-08)

    Bug Fixes

    • retain enable json flag get/set apply flag at parse (#460) (9812937)

    1.13.3 (2022-08-06)

    Bug Fixes

    1.13.2 (2022-08-05)

    Bug Fixes

    1.13.1 (2022-08-02)

    Bug Fixes

    • throw appropriate error in runCommand (#455) (66e9bbc)
    Commits
    • 8cff7ac chore(release): 1.13.4 [ci skip]
    • 9812937 fix: retain enable json flag get/set apply flag at parse (#460)
    • cafec39 chore(release): 1.13.3 [ci skip]
    • 704d42c Merge pull request #456 from oclif/mdonnalley/improve-flag-types
    • 6d0b4e1 fix: improve flag types
    • 34e1ece chore(release): 1.13.2 [ci skip]
    • 2938ba4 fix: flag types (#454)
    • e3ea8e1 chore(release): 1.13.1 [ci skip]
    • 66e9bbc fix: throw appropriate error in runCommand (#455)
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 4
  • Bump @types/node from 16.11.63 to 16.11.65

    Bump @types/node from 16.11.63 to 16.11.65

    Bumps @types/node from 16.11.63 to 16.11.65.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 3
  • Bump typescript from 4.7.4 to 4.8.2

    Bump typescript from 4.7.4 to 4.8.2

    Bumps typescript from 4.7.4 to 4.8.2.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.8

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.8 RC

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.8 Beta

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 3
  • Bump @types/node from 16.18.5 to 16.18.8

    Bump @types/node from 16.18.5 to 16.18.8

    Bumps @types/node from 16.18.5 to 16.18.8.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump express from 4.18.1 to 4.18.2

    Bump express from 4.18.1 to 4.18.2

    Bumps express from 4.18.1 to 4.18.2.

    Release notes

    Sourced from express's releases.

    4.18.2

    Changelog

    Sourced from express's changelog.

    4.18.2 / 2022-10-08

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump @types/node from 16.11.59 to 16.11.60

    Bump @types/node from 16.11.59 to 16.11.60

    Bumps @types/node from 16.11.59 to 16.11.60.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump typescript from 4.7.4 to 4.8.3

    Bump typescript from 4.7.4 to 4.8.3

    Bumps typescript from 4.7.4 to 4.8.3.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.8.3

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.8

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.8 RC

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.8 Beta

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump @types/node from 16.11.52 to 16.11.57

    Bump @types/node from 16.11.52 to 16.11.57

    Bumps @types/node from 16.11.52 to 16.11.57.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Add --retry option for autify web test run

    Add --retry option for autify web test run

    In some cases, Autify users want to automatically retry specific tests a limited number of times (once or twice) until it passes. If Autify CLI can support this (with --retry option along with --wait option), that would be great.

    enhancement 
    opened by meih 2
  • Rename to `--autify-connect`

    Rename to `--autify-connect`

    Since we're going to rename some terminologies, --autify-connect is more suitable than --autify-connect-key.

    We're going to just rename it and break backward compatibility but it's fine since we've just released the previous version and Autify Connect is an optional feature as of today.

    opened by riywo 2
  • Bump typescript from 4.7.2 to 4.7.3

    Bump typescript from 4.7.2 to 4.7.3

    Bumps typescript from 4.7.2 to 4.7.3.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.7.3

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • Bump oclif from 3.4.2 to 3.4.3

    Bump oclif from 3.4.2 to 3.4.3

    Bumps oclif from 3.4.2 to 3.4.3.

    Release notes

    Sourced from oclif's releases.

    3.4.3

    Bug Fixes

    • make oclif.s3.folder optional for --indexes (#1063) (df9db2f)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @oclif/core from 1.21.0 to 1.23.1

    Bump @oclif/core from 1.21.0 to 1.23.1

    Bumps @oclif/core from 1.21.0 to 1.23.1.

    Release notes

    Sourced from @​oclif/core's releases.

    1.23.1

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.2 (406cf04)

    1.23.0

    Features

    • allow flags to have false value in when (#557) (c40ce71)

    1.22.0

    Features

    Commits
    • 2f9b8fd chore(release): 1.23.1 [skip ci]
    • 77c7987 Merge pull request #581 from oclif/dependabot-npm_and_yarn-json5-2.2.2
    • 406cf04 fix(deps): bump json5 from 2.2.0 to 2.2.2
    • b2fdf2c Merge pull request #580 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.17
    • c08de7b chore(dev-deps): bump @​oclif/test from 2.2.16 to 2.2.17
    • 2c58ddc chore(release): 1.23.0 [skip ci]
    • c40ce71 feat: allow flags to have false value in when (#557)
    • aadcde9 Merge pull request #579 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.16
    • f3c1c3f chore(dev-deps): bump @​oclif/test from 2.2.15 to 2.2.16
    • 92c729a Merge pull request #575 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.15
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @oclif/plugin-warn-if-update-available from 2.0.16 to 2.0.18

    Bump @oclif/plugin-warn-if-update-available from 2.0.16 to 2.0.18

    Bumps @oclif/plugin-warn-if-update-available from 2.0.16 to 2.0.18.

    Release notes

    Sourced from @​oclif/plugin-warn-if-update-available's releases.

    2.0.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (b05ab39)

    2.0.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (f34c473)
    Commits
    • 991dcc1 chore(release): 2.0.18 [skip ci]
    • 2424b6f Merge pull request #340 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • b05ab39 fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 7aa31b5 Merge pull request #337 from oclif/dependabot-npm_and_yarn-types-node-14.18.35
    • ecb0526 chore(dev-deps): bump @​types/node from 14.18.34 to 14.18.35
    • fc2cc00 chore(release): 2.0.17 [skip ci]
    • 582dbcc Merge pull request #338 from oclif/dependabot-npm_and_yarn-oclif-core-1.22.0
    • f34c473 fix(deps): bump @​oclif/core from 1.21.0 to 1.22.0
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @oclif/test from 2.2.15 to 2.2.19

    Bump @oclif/test from 2.2.15 to 2.2.19

    Bumps @oclif/test from 2.2.15 to 2.2.19.

    Release notes

    Sourced from @​oclif/test's releases.

    2.2.19

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.3 (345eae8)

    2.2.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (b8132cf)

    2.2.17

    Bug Fixes

    • deps: bump fancy-test from 2.0.9 to 2.0.10 (4d4ad6b)

    2.2.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (58e256d)
    Commits
    • 6bc20f7 chore(release): 2.2.19 [skip ci]
    • 3ec8dd2 Merge pull request #312 from oclif/dependabot-npm_and_yarn-json5-2.2.3
    • 345eae8 fix(deps): bump json5 from 2.2.0 to 2.2.3
    • b1fd093 chore(release): 2.2.18 [skip ci]
    • 719df77 Merge pull request #311 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • b8132cf fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 32f7b4d chore(release): 2.2.17 [skip ci]
    • 7d18549 Merge pull request #309 from oclif/dependabot-npm_and_yarn-fancy-test-2.0.10
    • 4d4ad6b fix(deps): bump fancy-test from 2.0.9 to 2.0.10
    • fa7fd6a chore(release): 2.2.16 [skip ci]
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @oclif/plugin-help from 5.1.20 to 5.1.22

    Bump @oclif/plugin-help from 5.1.20 to 5.1.22

    Bumps @oclif/plugin-help from 5.1.20 to 5.1.22.

    Release notes

    Sourced from @​oclif/plugin-help's releases.

    5.1.22

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.3 (0a8983c)

    5.1.21

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (5abc37d)
    Commits
    • 9b2856a chore(release): 5.1.22 [skip ci]
    • dc652e9 Merge pull request #448 from oclif/dependabot-npm_and_yarn-json5-2.2.3
    • 0a8983c fix(deps): bump json5 from 2.2.0 to 2.2.3
    • c94a690 chore(release): 5.1.21 [skip ci]
    • af35f7c Merge pull request #447 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • 5abc37d fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 2033060 Merge pull request #444 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 48cc302 chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.9 to 2.1.10
    • 0c8a7da Merge pull request #440 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 5f2f124 chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.8 to 2.1.9
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @oclif/plugin-not-found from 2.3.9 to 2.3.13

    Bump @oclif/plugin-not-found from 2.3.9 to 2.3.13

    Bumps @oclif/plugin-not-found from 2.3.9 to 2.3.13.

    Release notes

    Sourced from @​oclif/plugin-not-found's releases.

    2.3.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (c676b34)

    2.3.12

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.2 (0059f30)

    2.3.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (c6a2aef)

    2.3.10

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (4137a07)
    Commits
    • cec2fa5 chore(release): 2.3.13 [skip ci]
    • 886d056 Merge pull request #344 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • c676b34 fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 444e409 chore(release): 2.3.12 [skip ci]
    • d3bfde1 Merge pull request #343 from oclif/dependabot-npm_and_yarn-json5-2.2.2
    • 0059f30 fix(deps): bump json5 from 2.2.0 to 2.2.2
    • 67ce921 Merge pull request #342 from oclif/dependabot-npm_and_yarn-oclif-plugin-comma...
    • f4bcd5d chore(dev-deps): bump @​oclif/plugin-commands from 2.2.1 to 2.2.2
    • 9a7a834 Merge pull request #336 from oclif/dependabot-npm_and_yarn-chalk-5.2.0
    • 79cbfce chore(dev-deps): bump chalk from 5.1.2 to 5.2.0
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(v0.23.0)
  • v0.23.0(Dec 13, 2022)

    What's Changed

    • Update dependencies by @riywo in https://github.com/autifyhq/autify-cli/pull/296
    • Release 0.23.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/297

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.22.0...v0.23.0

    Source code(tar.gz)
    Source code(zip)
  • v0.22.0(Dec 5, 2022)

    What's Changed

    • Update Autify Connect Client to 1.0.0 by @riywo in https://github.com/autifyhq/autify-cli/pull/276
    • Update dependencies by @riywo in https://github.com/autifyhq/autify-cli/pull/283
    • Bump @types/node from 16.18.4 to 16.18.5 by @dependabot in https://github.com/autifyhq/autify-cli/pull/284
    • Release 0.22.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/285

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.21.0...v0.22.0

    Source code(tar.gz)
    Source code(zip)
  • v0.21.0(Nov 29, 2022)

    What's Changed

    • Update dependencies by @riywo in https://github.com/autifyhq/autify-cli/pull/273
    • Generate commands and README by @riywo in https://github.com/autifyhq/autify-cli/pull/274
    • Release 0.21.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/275

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.20.0...v0.21.0

    Source code(tar.gz)
    Source code(zip)
  • v0.20.0(Nov 21, 2022)

    What's Changed

    • Update dependencies by @riywo in https://github.com/autifyhq/autify-cli/pull/268
    • Release 0.20.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/269

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.19.0...v0.20.0

    Source code(tar.gz)
    Source code(zip)
  • v0.19.0(Nov 14, 2022)

    What's Changed

    • Update dependencies in bulk by @riywo in https://github.com/autifyhq/autify-cli/pull/262
    • Release 0.19.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/263

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.18.0...v0.19.0

    Source code(tar.gz)
    Source code(zip)
  • v0.18.0(Nov 10, 2022)

    What's Changed

    • Bump oclif from 3.2.24 to 3.2.25 by @dependabot in https://github.com/autifyhq/autify-cli/pull/249
    • Bump @oclif/core from 1.20.1 to 1.20.4 by @dependabot in https://github.com/autifyhq/autify-cli/pull/248
    • Bump @oclif/plugin-help from 5.1.17 to 5.1.18 by @dependabot in https://github.com/autifyhq/autify-cli/pull/253
    • Bump @oclif/plugin-not-found from 2.3.7 to 2.3.8 by @dependabot in https://github.com/autifyhq/autify-cli/pull/246
    • Bump @oclif/plugin-warn-if-update-available from 2.0.12 to 2.0.13 by @dependabot in https://github.com/autifyhq/autify-cli/pull/251
    • Bump @oclif/test from 2.2.8 to 2.2.10 by @dependabot in https://github.com/autifyhq/autify-cli/pull/250
    • Bump tar from 6.1.11 to 6.1.12 by @dependabot in https://github.com/autifyhq/autify-cli/pull/247
    • Bump Autify Connect Client to 0.7.2 by @riywo in https://github.com/autifyhq/autify-cli/pull/254
    • Release 0.18.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/255

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.17.0...v0.18.0

    Source code(tar.gz)
    Source code(zip)
  • v0.17.0(Nov 2, 2022)

    What's Changed

    • Fix actions/setup-node version to major only by @riywo in https://github.com/autifyhq/autify-cli/pull/230
    • Use v1-node16 of configure-aws-credentials by @riywo in https://github.com/autifyhq/autify-cli/pull/232
    • Migrate to GITHUB_OUTPUT from set-output by @riywo in https://github.com/autifyhq/autify-cli/pull/233
    • Bump oclif from 3.2.21 to 3.2.24 by @dependabot in https://github.com/autifyhq/autify-cli/pull/237
    • Bump @oclif/core from 1.20.0 to 1.20.1 by @dependabot in https://github.com/autifyhq/autify-cli/pull/244
    • Bump @oclif/test from 2.2.6 to 2.2.8 by @dependabot in https://github.com/autifyhq/autify-cli/pull/239
    • Bump @oclif/plugin-update from 3.0.4 to 3.0.6 by @dependabot in https://github.com/autifyhq/autify-cli/pull/235
    • Bump @oclif/plugin-help from 5.1.16 to 5.1.17 by @dependabot in https://github.com/autifyhq/autify-cli/pull/236
    • Bump @oclif/plugin-not-found from 2.3.6 to 2.3.7 by @dependabot in https://github.com/autifyhq/autify-cli/pull/240
    • Bump @oclif/plugin-warn-if-update-available from 2.0.10 to 2.0.12 by @dependabot in https://github.com/autifyhq/autify-cli/pull/238
    • Bump xstate from 4.33.6 to 4.34.0 by @dependabot in https://github.com/autifyhq/autify-cli/pull/241
    • Bump patch-package from 6.4.7 to 6.5.0 by @dependabot in https://github.com/autifyhq/autify-cli/pull/242
    • Bump @types/node from 16.18.0 to 16.18.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/243
    • Release 0.17.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/245

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.16.0...v0.17.0

    Source code(tar.gz)
    Source code(zip)
  • v0.16.0(Oct 25, 2022)

    What's Changed

    • Bump oclif from 3.2.19 to 3.2.21 by @dependabot in https://github.com/autifyhq/autify-cli/pull/224
    • Bump @oclif/plugin-not-found from 2.3.5 to 2.3.6 by @dependabot in https://github.com/autifyhq/autify-cli/pull/217
    • Bump @oclif/plugin-warn-if-update-available from 2.0.9 to 2.0.10 by @dependabot in https://github.com/autifyhq/autify-cli/pull/222
    • Bump @oclif/test from 2.2.4 to 2.2.6 by @dependabot in https://github.com/autifyhq/autify-cli/pull/223
    • Bump inquirer from 8.2.4 to 8.2.5 by @dependabot in https://github.com/autifyhq/autify-cli/pull/221
    • Bump @types/node from 16.11.66 to 16.18.0 by @dependabot in https://github.com/autifyhq/autify-cli/pull/220
    • Update @autifyhq/autify-sdk-js from 0.7.1 to 0.8.0 by @riywo in https://github.com/autifyhq/autify-cli/pull/226
    • Add extra-arguments for Autify Connect Client by @riywo in https://github.com/autifyhq/autify-cli/pull/225
    • Fix help description for extra-arguments by @riywo in https://github.com/autifyhq/autify-cli/pull/227
    • Update patches for oclif by @riywo in https://github.com/autifyhq/autify-cli/pull/228
    • Release 0.16.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/229

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.15.0...v0.16.0

    Source code(tar.gz)
    Source code(zip)
  • v0.15.0(Oct 17, 2022)

    What's Changed

    • Update autify-sdk-js to use Axios v1 by @riywo in https://github.com/autifyhq/autify-cli/pull/204
    • Update autify-sdk-js to 0.7.0 a.k.a. Axios v1 by @riywo in https://github.com/autifyhq/autify-cli/pull/205
    • Update error message of AxiosError by @riywo in https://github.com/autifyhq/autify-cli/pull/206
    • Bump @types/node from 16.11.63 to 16.11.66 by @dependabot in https://github.com/autifyhq/autify-cli/pull/213
    • Bump oclif from 3.2.16 to 3.2.19 by @dependabot in https://github.com/autifyhq/autify-cli/pull/209
    • Bump autify-sdk-js from 0.7.0 to 0.7.1 by @riywo in https://github.com/autifyhq/autify-cli/pull/214
    • Bump @oclif/plugin-update from 3.0.3 to 3.0.4 by @dependabot in https://github.com/autifyhq/autify-cli/pull/207
    • Bump @oclif/plugin-warn-if-update-available from 2.0.8 to 2.0.9 by @dependabot in https://github.com/autifyhq/autify-cli/pull/208
    • Bump @oclif/test from 2.2.3 to 2.2.4 by @dependabot in https://github.com/autifyhq/autify-cli/pull/212
    • Upgrade patches by @riywo in https://github.com/autifyhq/autify-cli/pull/215
    • Release 0.15.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/216

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.14.0...v0.15.0

    Source code(tar.gz)
    Source code(zip)
  • v0.14.0(Oct 11, 2022)

    What's Changed

    • Bump oclif from 3.2.13 to 3.2.16 by @dependabot in https://github.com/autifyhq/autify-cli/pull/195
    • Bump @oclif/plugin-warn-if-update-available from 2.0.6 to 2.0.8 by @dependabot in https://github.com/autifyhq/autify-cli/pull/191
    • Bump @oclif/plugin-update from 3.0.2 to 3.0.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/197
    • Bump @oclif/plugin-help from 5.1.14 to 5.1.15 by @dependabot in https://github.com/autifyhq/autify-cli/pull/196
    • Bump express from 4.18.1 to 4.18.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/194
    • Bump @oclif/test from 2.2.2 to 2.2.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/192
    • Add gh config mount for devcontainer by @riywo in https://github.com/autifyhq/autify-cli/pull/201
    • Fix patch versions by @riywo in https://github.com/autifyhq/autify-cli/pull/202
    • Release 0.14.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/203

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.13.0...v0.14.0

    Source code(tar.gz)
    Source code(zip)
  • v0.13.0(Oct 3, 2022)

    What's Changed

    • Add AUTIFY_CONNECT_CLIENT_SOURCE_URL by @riywo in https://github.com/autifyhq/autify-cli/pull/177
    • Update Autify Connect Client and revert fake path by @riywo in https://github.com/autifyhq/autify-cli/pull/178
    • Bump oclif from 3.2.2 to 3.2.13 by @dependabot in https://github.com/autifyhq/autify-cli/pull/188
    • Bump @oclif/errors from 1.3.5 to 1.3.6 by @dependabot in https://github.com/autifyhq/autify-cli/pull/183
    • Bump @oclif/plugin-update from 3.0.0 to 3.0.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/187
    • Bump typescript from 4.8.3 to 4.8.4 by @dependabot in https://github.com/autifyhq/autify-cli/pull/189
    • Bump @oclif/test from 2.1.1 to 2.2.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/184
    • Bump @types/tar from 6.1.2 to 6.1.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/182
    • Bump @types/node from 16.11.62 to 16.11.63 by @dependabot in https://github.com/autifyhq/autify-cli/pull/179
    • Bump eslint-config-oclif-typescript from 1.0.2 to 1.0.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/186
    • Release 0.13.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/190

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.12.0...v0.13.0

    Source code(tar.gz)
    Source code(zip)
  • v0.12.0(Sep 28, 2022)

    What's Changed

    • Fix mobile build upload for larger files by @riywo in https://github.com/autifyhq/autify-cli/pull/164
    • Bump @oclif/core from 1.16.3 to 1.16.4 by @dependabot in https://github.com/autifyhq/autify-cli/pull/167
    • Removing ubuntu-latest from brew integration tests by @riywo in https://github.com/autifyhq/autify-cli/pull/169
    • Bump typescript from 4.7.4 to 4.8.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/115
    • Update autify-sdk-js to 0.6.0 by @riywo in https://github.com/autifyhq/autify-cli/pull/171
    • Add proper tests for GitHub Actions integration by @riywo in https://github.com/autifyhq/autify-cli/pull/172
    • Add AUTIFY_CLI_USER_AGENT_SUFFIX by @riywo in https://github.com/autifyhq/autify-cli/pull/173
    • Support Autify Connect with test plan by @riywo in https://github.com/autifyhq/autify-cli/pull/174
    • Bump @types/node from 16.11.59 to 16.11.62 by @dependabot in https://github.com/autifyhq/autify-cli/pull/175
    • Release 0.12.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/176

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.11.0...v0.12.0

    Source code(tar.gz)
    Source code(zip)
  • v0.11.0(Sep 20, 2022)

    What's Changed

    • Refactor connect client to use xstate by @riywo in https://github.com/autifyhq/autify-cli/pull/131
    • Fix Windows cmd files for the update issue by @riywo in https://github.com/autifyhq/autify-cli/pull/132
    • Fix update bugs of oclif patches by @riywo in https://github.com/autifyhq/autify-cli/pull/135
    • Remove experimental tags from Autify Connect commands by @riywo in https://github.com/autifyhq/autify-cli/pull/138
    • Use node-tar to extract connect client tar.gz by @riywo in https://github.com/autifyhq/autify-cli/pull/139
    • Use random port for connect client debug server by @riywo in https://github.com/autifyhq/autify-cli/pull/140
    • Revert back timestamp in client console log by @riywo in https://github.com/autifyhq/autify-cli/pull/141
    • Update mobile workspace for integration test by @riywo in https://github.com/autifyhq/autify-cli/pull/142
    • Small update on help and method name by @riywo in https://github.com/autifyhq/autify-cli/pull/143
    • Upload shell installer to versions by @riywo in https://github.com/autifyhq/autify-cli/pull/144
    • Support Windows by CI/CD shell installer by @riywo in https://github.com/autifyhq/autify-cli/pull/145
    • Support integration test installing by CI/CD installer by @riywo in https://github.com/autifyhq/autify-cli/pull/146
    • Fix typo in CI/CD installer by @riywo in https://github.com/autifyhq/autify-cli/pull/147
    • Workaround terminate error of autifyconnect by @riywo in https://github.com/autifyhq/autify-cli/pull/148
    • Fix workaround for terminate error by @riywo in https://github.com/autifyhq/autify-cli/pull/149
    • Run CI/CD integration tests by @riywo in https://github.com/autifyhq/autify-cli/pull/150
    • Update connect client to 0.6.3 by @riywo in https://github.com/autifyhq/autify-cli/pull/151
    • Regard MSYS as windows by @riywo in https://github.com/autifyhq/autify-cli/pull/152
    • Fix windows PATH of install-cicd.bash by @riywo in https://github.com/autifyhq/autify-cli/pull/153
    • Fix cicd-installer path by @riywo in https://github.com/autifyhq/autify-cli/pull/154
    • Bump oclif from 3.2.1 to 3.2.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/157
    • Bump @oclif/core from 1.16.1 to 1.16.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/158
    • Bump @types/node from 16.11.58 to 16.11.59 by @dependabot in https://github.com/autifyhq/autify-cli/pull/156
    • Bump @types/node-emoji from 1.8.1 to 1.8.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/155
    • Bump @types/express from 4.17.13 to 4.17.14 by @dependabot in https://github.com/autifyhq/autify-cli/pull/159
    • Fix error handling of connect client by @riywo in https://github.com/autifyhq/autify-cli/pull/160
    • Remove .circleci/config.yml by @riywo in https://github.com/autifyhq/autify-cli/pull/161
    • Fix mobile build upload for larger files by @riywo in https://github.com/autifyhq/autify-cli/pull/165
    • Release 0.11.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/166

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.10.1...v0.11.0

    Source code(tar.gz)
    Source code(zip)
  • v0.10.1(Sep 15, 2022)

    Fo Windows user: Please reinstall this version or later!

    Since we've changed the wrapper scripts for Windows, autify update might not work well. Please reinstall this version or later by the native installer or tarball.

    • 64 bit: https://autify-cli-assets.s3.us-west-2.amazonaws.com/autify-cli/channels/stable/autify-x64.exe
    • 32 bit: https://autify-cli-assets.s3.us-west-2.amazonaws.com/autify-cli/channels/stable/autify-x86.exe

    What's Changed

    • Fix Windows cmd files for the update issue by @riywo in https://github.com/autifyhq/autify-cli/pull/133
    • Fix update bugs of oclif patches by @riywo in https://github.com/autifyhq/autify-cli/pull/136
    • Release 0.10.1 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/137

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.10.0...v0.10.1

    Source code(tar.gz)
    Source code(zip)
  • v0.10.0(Sep 14, 2022)

    Broken release for Windows! Please reinstall v0.10.1

    This version has a bug where autify update doesn't work well. Please reinstall v0.10.1 since autify update won't work.

    What's Changed

    • Allow to run/record subset of integration tests by @riywo in https://github.com/autifyhq/autify-cli/pull/113
    • Add integration test for Autify Connect Client by @riywo in https://github.com/autifyhq/autify-cli/pull/114
    • Patch windows cmd files to avoid exit confirmation by @riywo in https://github.com/autifyhq/autify-cli/pull/116
    • Use autifyconnect-fake for integration tests by @riywo in https://github.com/autifyhq/autify-cli/pull/124
    • Add supported autifyconnect version by @riywo in https://github.com/autifyhq/autify-cli/pull/125
    • Support debug server of Autify Connect client by @riywo in https://github.com/autifyhq/autify-cli/pull/126
    • Add connect access-point create by @riywo in https://github.com/autifyhq/autify-cli/pull/127
    • Bump oclif from 3.1.2 to 3.2.1 by @dependabot in https://github.com/autifyhq/autify-cli/pull/123
    • Bump winston from 3.8.1 to 3.8.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/122
    • Bump envfile from 6.17.0 to 6.18.0 by @dependabot in https://github.com/autifyhq/autify-cli/pull/120
    • Update autifyconnect to 0.6.2 by @riywo in https://github.com/autifyhq/autify-cli/pull/129
    • Release 0.10.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/130

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.9.0...v0.10.0

    Source code(tar.gz)
    Source code(zip)
  • v0.9.0(Sep 8, 2022)

    What's Changed

    • Fix minor bugs on message of connect client start by @riywo in https://github.com/autifyhq/autify-cli/pull/99
    • Add --max-retry-count to web/mobile test run by @riywo in https://github.com/autifyhq/autify-cli/pull/104
    • Support ephemeral access point by @riywo in https://github.com/autifyhq/autify-cli/pull/105
    • Update README by @riywo in https://github.com/autifyhq/autify-cli/pull/106
    • Add --web-workspace-id to connect client start by @riywo in https://github.com/autifyhq/autify-cli/pull/107
    • Add linux-arm64 binary by @riywo in https://github.com/autifyhq/autify-cli/pull/109
    • Bump @types/node from 16.11.52 to 16.11.58 by @dependabot in https://github.com/autifyhq/autify-cli/pull/111
    • Release 0.9.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/112

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.8.0...v0.9.0

    Source code(tar.gz)
    Source code(zip)
  • v0.8.0(Sep 1, 2022)

    What's Changed

    • Add connect commands by @riywo in https://github.com/autifyhq/autify-cli/pull/80
    • Update README and topic descriptions by @riywo in https://github.com/autifyhq/autify-cli/pull/81
    • Add connect client install and internal improvements by @riywo in https://github.com/autifyhq/autify-cli/pull/82
    • Bump @oclif/core from 1.14.2 to 1.16.0 by @dependabot in https://github.com/autifyhq/autify-cli/pull/85
    • Expose autify-mobile-generate-fake-app by @riywo in https://github.com/autifyhq/autify-cli/pull/86
    • Misc fix for devcontainer by @riywo in https://github.com/autifyhq/autify-cli/pull/89
    • Add mobileBuildUploadIos integration test by @riywo in https://github.com/autifyhq/autify-cli/pull/93
    • Use archiver if zip command is unavailable by @riywo in https://github.com/autifyhq/autify-cli/pull/97
    • Mark connect related commands experimental by @riywo in https://github.com/autifyhq/autify-cli/pull/98
    • Fix minor bugs on message of connect client start by @riywo in https://github.com/autifyhq/autify-cli/pull/100
    • Release 0.8.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/101

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.7.2...v0.8.0

    Source code(tar.gz)
    Source code(zip)
  • v0.7.2(Aug 30, 2022)

    What's Changed

    • Add mobileBuildUploadIos integration test by @riywo in https://github.com/autifyhq/autify-cli/pull/94
    • Release 0.7.2 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/95

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.7.1...v0.7.2

    Source code(tar.gz)
    Source code(zip)
  • v0.7.1(Aug 29, 2022)

    What's Changed

    • Expose autify-mobile-generate-fake-app by @riywo in https://github.com/autifyhq/autify-cli/pull/87
    • Release 0.7.1 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/88

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.7.0...v0.7.1

    Source code(tar.gz)
    Source code(zip)
  • v0.7.0(Aug 25, 2022)

    What's Changed

    • Run generate-fake-app before running jest by @riywo in https://github.com/autifyhq/autify-cli/pull/70
    • Rename to --autify-connect by @riywo in https://github.com/autifyhq/autify-cli/pull/72
    • Normalize command line for integration test by @riywo in https://github.com/autifyhq/autify-cli/pull/75
    • Add more mobile integration tests by @riywo in https://github.com/autifyhq/autify-cli/pull/76
    • Release 0.7.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/79

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.6.1...v0.7.0

    Source code(tar.gz)
    Source code(zip)
  • v0.6.1(Aug 23, 2022)

    What's Changed

    • Rename to --autify-connect by @riywo in https://github.com/autifyhq/autify-cli/pull/73
    • Release 0.6.1 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/74

    This is a breaking change but we decided to just rename. Please migrate to --autify-connect if you already use --autify-connect-key.

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.6.0...v0.6.1

    Source code(tar.gz)
    Source code(zip)
  • v0.6.0(Aug 22, 2022)

    What's Changed

    • Bump @oclif/core from 1.13.0 to 1.13.10 by @dependabot in https://github.com/autifyhq/autify-cli/pull/54
    • Add mobile test run/wait by @riywo in https://github.com/autifyhq/autify-cli/pull/56
    • Fix oclif patch version by @riywo in https://github.com/autifyhq/autify-cli/pull/55
    • Bump autify-sdk-js to 0.3.0 by @riywo in https://github.com/autifyhq/autify-cli/pull/59
    • Add mobile build upload by @riywo in https://github.com/autifyhq/autify-cli/pull/60
    • Add mobile integration tests by @riywo in https://github.com/autifyhq/autify-cli/pull/61
    • Add AUTIFY_TEST_WAIT_INTERVAL_SECOND by @riywo in https://github.com/autifyhq/autify-cli/pull/62
    • Add --autify-connect-key to web test run by @riywo in https://github.com/autifyhq/autify-cli/pull/64
    • Bump @oclif/test from 2.1.0 to 2.1.1 by @dependabot in https://github.com/autifyhq/autify-cli/pull/58
    • Bump @types/node from 16.11.47 to 16.11.50 by @dependabot in https://github.com/autifyhq/autify-cli/pull/63
    • Update README.md by @riywo in https://github.com/autifyhq/autify-cli/pull/65
    • Bump @oclif/core from 1.13.10 to 1.14.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/69
    • Bump @types/jest from 28.1.6 to 28.1.7 by @dependabot in https://github.com/autifyhq/autify-cli/pull/68
    • Bump @types/node from 16.11.50 to 16.11.52 by @dependabot in https://github.com/autifyhq/autify-cli/pull/67
    • Release 0.6.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/71

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.5.0...v0.6.0

    Source code(tar.gz)
    Source code(zip)
  • v0.5.0(Aug 9, 2022)

    What's Changed

    • Bump @oclif/core from 1.9.3 to 1.9.5 by @dependabot in https://github.com/autifyhq/autify-cli/pull/32
    • Bump lint-staged from 13.0.2 to 13.0.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/33
    • Bump jest and @types/jest by @dependabot in https://github.com/autifyhq/autify-cli/pull/34
    • Bump @types/node from 16.11.41 to 16.11.43 by @dependabot in https://github.com/autifyhq/autify-cli/pull/35
    • Bump ts-node from 10.8.1 to 10.8.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/36
    • Bump oclif from 3.0.1 to 3.1.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/47
    • Bump jest and @types/jest by @dependabot in https://github.com/autifyhq/autify-cli/pull/40
    • Bump ts-node from 10.8.2 to 10.9.1 by @dependabot in https://github.com/autifyhq/autify-cli/pull/42
    • Bump @types/node from 16.11.43 to 16.11.47 by @dependabot in https://github.com/autifyhq/autify-cli/pull/46
    • Bump @types/chai from 4.3.1 to 4.3.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/49
    • Add install-cicd.bash by @riywo in https://github.com/autifyhq/autify-cli/pull/51
    • Delete previously installed files in install-cicd.bash by @riywo in https://github.com/autifyhq/autify-cli/pull/52
    • Release 0.5.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/53

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.4.0...v0.5.0

    Source code(tar.gz)
    Source code(zip)
  • v0.4.0(Jun 27, 2022)

    What's Changed

    • Bump @oclif/core from 1.9.0 to 1.9.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/18
    • Bump prettier from 2.6.2 to 2.7.1 by @dependabot in https://github.com/autifyhq/autify-cli/pull/19
    • Bump @types/node from 16.11.39 to 16.11.41 by @dependabot in https://github.com/autifyhq/autify-cli/pull/20
    • Bump typescript from 4.7.3 to 4.7.4 by @dependabot in https://github.com/autifyhq/autify-cli/pull/21
    • Bump lint-staged from 13.0.1 to 13.0.2 by @dependabot in https://github.com/autifyhq/autify-cli/pull/23
    • Bump @types/jest from 28.1.1 to 28.1.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/26
    • Port hotfixes from releases/0.3 by @riywo in https://github.com/autifyhq/autify-cli/pull/29
    • Update mobile commands by @riywo in https://github.com/autifyhq/autify-cli/pull/30
    • Release 0.4.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/31

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.3.1...v0.4.0

    Source code(tar.gz)
    Source code(zip)
  • v0.3.1(Jun 23, 2022)

    What's Changed

    • More dependabot checks by @riywo in https://github.com/autifyhq/autify-cli/pull/9
    • Bump @types/node from 16.11.38 to 16.11.39 by @dependabot in https://github.com/autifyhq/autify-cli/pull/10
    • Bump ts-node from 10.8.0 to 10.8.1 by @dependabot in https://github.com/autifyhq/autify-cli/pull/11
    • Bump typescript from 4.7.2 to 4.7.3 by @dependabot in https://github.com/autifyhq/autify-cli/pull/12
    • Refactor packages and format all files by @riywo in https://github.com/autifyhq/autify-cli/pull/13
    • Add publish workflow by @riywo in https://github.com/autifyhq/autify-cli/pull/14
    • Fix TODO for publish and minor dependencies by @riywo in https://github.com/autifyhq/autify-cli/pull/15
    • Fix newVersion to use @autifyhq/autify-cli by @riywo in https://github.com/autifyhq/autify-cli/pull/16
    • Release 0.3.0 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/17
    • Fix aws-credentials for publish workflow by @riywo in https://github.com/autifyhq/autify-cli/pull/25
    • Fix bump command for stable by @riywo in https://github.com/autifyhq/autify-cli/pull/27
    • Release 0.3.1 by @autify-cli-bot in https://github.com/autifyhq/autify-cli/pull/28

    Full Changelog: https://github.com/autifyhq/autify-cli/compare/v0.2.0...v0.3.1

    Source code(tar.gz)
    Source code(zip)
  • v0.2.0(Jun 6, 2022)

    What's Changed

    • Add --name to web test run by @riywo in https://github.com/autifyhq/autify-cli/pull/5
    • Fix --os as optional by @riywo in https://github.com/autifyhq/autify-cli/pull/6

    Full Changelog: https://github.com/autifyhq/autify-cli/commits/v0.2.0

    Source code(tar.gz)
    Source code(zip)
  • v0.1.0(Jun 6, 2022)

Owner
Autify
Software QA automation platform powered by AI. (Alchemist Accelerator class 20)
Autify
SFDX Plugin to set Email Deliverability Access Level for an org easily and quickly via command line interface

SFDX Plugin to set Email Deliverability Access Level for an org easily and quickly via command line interface

Max Goldfarb 11 Dec 16, 2022
A project for FAST command line interface tools.

FAST CLI Project This is the FAST CLI project, containing the FAST CLI package and other related CLI packages for FAST project creation and management

Microsoft 24 Dec 5, 2022
A command line interface for programmatically creating data silos on app.transcend.io

Table of Contents Overview Installation Authentication transcend.yml Usage tr-pull tr-push CI Integration Dynamic Variables tr-scan Overview A command

Transcend 15 Dec 13, 2022
The command-line interface for versum

@versumstudios/cli The command-line interface for versum. versum-cli Usage Contributing How to use Export Templates Usage To install the latest versio

Versum Studios 8 Nov 3, 2022
A C++ based command-line (CLI) program that lets you manage your tasks

COMMAND LINE INTERFACE TODO APP a command-line (CLI) program that lets you manage your tasks. The specification for this project is written down as te

Rahul Prabhakar 1 Dec 25, 2021
a simple zero-configuration command-line http server

http-server: a command-line http server http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usa

http ... PARTY! 12.4k Jan 4, 2023
Control the macOS dark mode from the command-line

dark-mode Control the macOS dark mode from the command-line Requires macOS 10.10 or later. macOS 10.13 or earlier needs to download the Swift runtime

Sindre Sorhus 630 Dec 30, 2022
node.js command-line interfaces made easy

Commander.js The complete solution for node.js command-line interfaces. Read this in other languages: English | 简体中文 Commander.js Installation Declari

TJ Holowaychuk 24k Jan 8, 2023
🌈 React for interactive command-line apps

React for CLIs. Build and test your CLI output using components. Ink provides the same component-based UI building experience that React offers in the

Vadim Demedes 19.7k Jan 9, 2023
Pretty unicode tables for the command line

cli-table3 This utility allows you to render unicode-aided tables on the command line from your node.js scripts. cli-table3 is based on (and api compa

null 418 Dec 28, 2022
Control the Plash app from the command-line

plash-cli Control the Plash app from the command-line Install $ npm install --global plash Requires Node.js 14 or later. Requires Plash 2.3.0 or late

Sindre Sorhus 33 Dec 30, 2022
Close chrome tabs from command-line (macOS only)

Close-tab Read all tabs from an activated window of the chrome, open with vi prompt, you can close tabs by deleting lines. Istallation npm install -g

Karl Saehun Chung 8 Jun 18, 2022
1History is a command line tool to backup your histories of different browsers into one place

1History All your history in one place. 1History is a command line tool to backup your histories of different browsers into one place. Features Suppor

null 340 Dec 31, 2022
Wordle and Termooo style classic word guessing game for the command line. One new word per day!

Wordle and Termooo style classic word guessing game for the command line. One new word per day!

Anderson Silva 3 Nov 27, 2022
Generate a Node.js command line tool from an OpenAPI definition

OpenAPI Commander Generate a Node.js command line tool from an OpenAPI definition using the commander library. Example usage Usage: Subcommands groupe

Barry Coughlan 12 Jan 3, 2023
Windows command line tool to block outbound connections for files within a directory.

fwg A Windows command line tool to block outbound connections for files within a directory. fwg utilizes the power of PowerShell and Windows Network S

raymond wang 3 Jul 19, 2022
CLI Command for Two Factor Authentication.🚀

CLI Command for Two Factor Authentication.??

Yuga Sun 7 Nov 5, 2022
Pretty diff to html javascript cli (diff2html-cli)

diff2html-cli Diff to Html generates pretty HTML diffs from unified and git diff output in your terminal Table of Contents Features Online Example Dis

Rodrigo Fernandes 404 Dec 19, 2022
💻 macOS interface with ReactJS

macOS a clone of the macOS interface, made with ReactJS. this open source project was made for studies, and aims to replicate the macOS interface. Be

Marcos Andre 16 Nov 10, 2022