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", "https://example.com/test.yaml", "get", "air_temperature"]
status.code = 1
stderr = """
Error loading knowledge from URL 'https://example.com/test.yaml': HTTP error 404 Not Found when fetching https://example.com/test.yaml
"""
stdout = ""