Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
log = logger(log_name)
142
143
def
message(s):
144
""
"Print info message"
""
145
print(f
"{CYAN}{s}{ENDC}"
)
146
147
def
error(s):
148
""
"Print error message"
""
Callers
8
check_component_version
Function · 0.90
check_base_toolset
Function · 0.90
forgeops_dependencies
Function · 0.90
printsecrets
Function · 0.85
printurls
Function · 0.85
secretagent
Function · 0.85
certmanager
Function · 0.85
clean_amster_job
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected