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
In pSConfig's Tests section, there could stand to be a paragraph about the relationship between the output of pscheduler task --export and the JSON
pscheduler task --export
E.g., the test section of this...
test
$ pscheduler task --export throughput --source foo --dest bar { "test": { "spec": { "dest": "bar", "schema": 1, "source": "foo" }, "type": "throughput" } }
...gets put into a test in the pSConfig template with some parameter adjustment:
"tests": { "my_throughput": { "spec": { "dest": "{% address[1] %}", "schema": 1, "source": "{% address[0] %}" }, "type": "throughput" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In pSConfig's Tests section, there could stand to be a paragraph about the relationship between the output of
pscheduler task --export
and the JSONE.g., the
test
section of this......gets put into a test in the pSConfig template with some parameter adjustment:
The text was updated successfully, but these errors were encountered: