Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.56 KB

folders.md

File metadata and controls

72 lines (45 loc) · 1.56 KB

box folders

Manage folders

box folders:create PARENTID NAME

Create a new folder

USAGE
  $ box folders:create PARENTID NAME

ARGUMENTS
  PARENTID  ID of parent folder to add new folder to, use '0' for the root folder
  NAME      Name of new folder

EXAMPLE
  box folders:create --bulk-file-path path/to/csv/folders-create.csv

box folders:metadata:add ID

Add metadata to a folder

USAGE
  $ box folders:metadata:add ID

ARGUMENTS
  ID  ID of the folder to add metadata to

ALIASES
  $ box folders:metadata:create

EXAMPLE
  box folders:metadata:add --bulk-file-path path/to/csv/folders-metadata-add.csv

box folders:update ID

Update a folder

USAGE
  $ box folders:update ID

ARGUMENTS
  ID  ID of the folder to update


EXAMPLE
  box folders:update --bulk-file-path path/to/csv/folders-update.csv