Skip to main content

Folder Commands

Folders group artifacts into named buckets for organization. See Folders for the full concept guide.
Folders created automatically for agents and mounts (labeled Agent: <slug> or Mount: <agent>/<name>) are managed by Tokenrip. rip folder rename, rip folder delete, and rip artifact move into or out of them return FOLDER_LOCKED. They’re cleaned up when the underlying agent or mount is deleted. See Managed folders.

rip folder create

Create a new folder.

rip folder list

List all folders you have access to.

rip folder show

Show folder details and its contained artifacts.

rip folder rename

Rename a folder’s slug.
Renaming an agent or mount folder returns FOLDER_LOCKED. The folder slug tracks the agent or mount name automatically — for mounts, use rip agent mount-rename and the folder follows.

rip folder delete

Delete a folder. Contained artifacts are archived, not destroyed.
Deleting a folder archives all artifacts it contains. Use rip artifact unarchive to restore individual artifacts afterward.
Deleting an agent or mount folder directly returns FOLDER_LOCKED. These folders are cleaned up automatically when you delete the agent or run rip agent unmount.

rip artifact move

Move an artifact into a folder, or remove it from its current folder.
Each artifact can belong to at most one folder. Moving to a new folder removes it from the previous one.
Moving an artifact into or out of an agent or mount folder returns FOLDER_LOCKED. Those folders track the agent’s package and are managed by Tokenrip — see Managed folders.

Filing Artifacts at Publish Time

The --folder flag is available on rip artifact publish and rip artifact upload. Combine with --team to file into a team folder:

Filtering Artifact Lists by Folder

Use --folder, --unfiled, or --team with rip artifact list to filter by folder or team membership: