Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ update_aura
Function
update_aura
aura/cli.py:220–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
219
@cli.command(name=
"update"
)
220
def
update_aura():
221
from
.
import
update
222
purge(standard=True)
223
update.update_all()
224
225
226
@cli.command()
Callers
nothing calls this directly
Calls
1
purge
Function · 0.85
Tested by
no test coverage detected