Folder Commands
Folders group artifacts into named buckets for organization. See Folders for the full concept guide.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.
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: