Skip to content

Compare against basline not working  #8

Description

@Kuhlig

HI

Thanks for this tool . I almost got it to work but the compare with baseline won't do it.

These 2 Commands ARE working, so I'm pretty sure the config.hjson is correct ..

API_DIFF_CONFIG=config.hjson api-diff \
  --old.dev \
  --old.key NOOONNNNNNNNOOO=\
  --new.dev \
  --new.key NOOONNNNNNNNOOO=\
  --input_queries sqmsII.txt
  API_DIFF_CONFIG=config.hjson api-diff generate-baseline \
  --old.dev \
  --old.key NOOONNNNNNNNOOO=\
  --input_queries sqmsII.txt \
   > addresses-baseline.json 

But both of these commands give me an error

API_DIFF_CONFIG=config.hjson api-diff \
  --new.dev \
  --new.key NOOONNNNNNNNOOO=\
  --input_json_baseline addresses-baseline.json

PROCESS FAILED
Could not find host via arguments specified {
"extra_params": [],
"key_type": "test"
}

API_DIFF_CONFIG=config.hjson api-diff \
  --new.host https://XXX.bpmspace.net \
  --new.key NOOONNNNNNNNOOO=\
  --input_json_baseline addresses-baseline.json

PROCESS FAILED
Could not find host via arguments specified {
"extra_params": [],
"key_type": "test"
}

Also Without Config file I get an error (sliltly different)

api-diff \
  --new.host https://XXX.bpmspace.net \
  --new.key NOOONNNNNNNNOOO=\
  --input_json_baseline addresses-baseline.json

PROCESS FAILED
Could not find host via arguments specified {
"extra_params": []
}

Can you please help me?
thanks rob

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions