standard_knowledge_cli 0.1.0

Programmatically augmenting CF Standards with operational knowledge.
1
2
3
4
5
6
7
bin.name = "standard_knowledge"
args = ["-k", "/tmp/non_existent", "get", "air_temperature"]
status.code = 1
stderr = """
Error loading knowledge from path '/tmp/non_existent': Path does not exist: /tmp/non_existent
"""
stdout = ""