A full list of CLI commands and usage information can be found in the GitHub repository. If you do not see a command for an endpoint you need, you can build a custom request.Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Using help to create a folder
Every CLI command begins withbox. Append the --help flag to any CLI command to display usage information, available actions, and required arguments.
For example, executing box --help shows you
to a list of all possible resource commands, such as folders, files, and users. More information is available in
.

box folders --help. This provides a list of all eligible actions for this
object.

box folders:create --help

box folders:create 0 "My CLI Folder" and note the folder
ID returned in the response.
Log into your Box account and verify that the folder appears.
