Documentation
README
Artifact Naming Conventions
Important: --path Is a Required Parameter
Every call to wanman artifact put must include the --path parameter. Artifacts without a path cannot be retrieved or aggregated.
# Full command format
wanman artifact put --kind <kind> --path "<domain>/<category>/<item>" --source "<source>" --confidence <0-1> '<json>'
Important: Use --file to Store Output File Contents
After writing an MD/HTML or other file, use the --file parameter to store the file contents in the artifact. This ensures file contents are version-controlled in the database.
This is the opening of the README. Read the full README on GitHub.