Working with Components
Managing Kodexa platform components using the CLI
Kodexa platform components (assistants, stores, extension packs, etc.) can be managed using the CLI. This page explains how to list, view, and manage these components.
Listing Components
The get
command allows you to list instances of a specific component type:
For example, to list all assistants:
Available Object Types
Some common object types include:
extensionPacks
- Extension packages for the platformassistants
- AI assistantsstores
- Stores (document, data, model)organizations
- OrganizationsdocumentFamily
- Document family collectionsprojects
- Kodexa projects
To see all available object types:
Filtering Results
You can filter results using a query:
Or use filters for more complex queries:
Pagination
For large result sets, use pagination:
Formatting Output
You can format the output as JSON or YAML:
Saving Results
Save results to a file:
Viewing Component Details
To view details of a specific component, provide its reference:
Deleting Components
To delete a component:
For example:
You’ll be prompted to confirm the deletion.
Platform Information
To view information about the current platform: