aeontel directory

Manage directories

Directory commands

aeontel directory list

List directories

TypeScript
aeontel directory list [--workspace <id>] [--parent <id>]
Shell
aeontel directory list

aeontel directory create

Create a directory

TypeScript
aeontel directory create --workspace <id> --name <name> [--parent <id>] [--slug <slug>]
Shell
aeontel directory create --workspace wsp_... --name "My name"

aeontel directory get

Get directory details

TypeScript
aeontel directory get <id>
Shell
aeontel directory get id_...

aeontel directory update

Rename or move a directory

TypeScript
aeontel directory update <id> [--name <name>] [--parent <id>]
Shell
aeontel directory update id_...

aeontel directory delete

Soft-delete a directory (restorable until retention expires)

TypeScript
aeontel directory delete <id>
Shell
aeontel directory delete id_...

aeontel directory restore

Restore a soft-deleted directory

TypeScript
aeontel directory restore <id>
Shell
aeontel directory restore id_...