MCPcopy Create free account
hub / github.com/ForgeRock/forgeops / message

Function message

lib/python/utils.py:143–145  ·  view source on GitHub ↗

Print info message

(s)

Source from the content-addressed store, hash-verified

141log = logger(log_name)
142
143def message(s):
144 """Print info message"""
145 print(f"{CYAN}{s}{ENDC}")
146
147def error(s):
148 """Print error message"""

Callers 8

check_component_versionFunction · 0.90
check_base_toolsetFunction · 0.90
forgeops_dependenciesFunction · 0.90
printsecretsFunction · 0.85
printurlsFunction · 0.85
secretagentFunction · 0.85
certmanagerFunction · 0.85
clean_amster_jobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected