1 / 266
Core#1
cog pack ./my_project output.cog

Pack a project folder into a .cog bundle

Core#2
cog pack ./report.pdf report.cog

Pack a single file into a bundle

Core#3
cog list output.cog

List all blocks in a bundle

Core#4
cog list output.cog -v

List blocks with verbose details

Core#5
cog get output.cog abc123def456

Get a specific block by its content hash

Core#6
cog put output.cog rules.json RULE_PACK

Append a JSON rule pack block to a bundle

Pack a project folder into a .cog bundle
cog pack ./my_project output.cog