We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ..
But both of these commands give me an error
PROCESS FAILED
Could not find host via arguments specified {
"extra_params": [],
"key_type": "test"
}
PROCESS FAILED
Could not find host via arguments specified {
"extra_params": [],
"key_type": "test"
}
Also Without Config file I get an error (sliltly different)
PROCESS FAILED
Could not find host via arguments specified {
"extra_params": []
}
Can you please help me?
thanks rob
The text was updated successfully, but these errors were encountered: