elementum, grouped by prefix. For guided walkthroughs of how the commands fit together, see Getting Started, EDK Authoring, and Plan and Apply.
Getting Help
Print the full command list at any time:--help to any subcommand to see its flags and arguments.
Command Groups
auth — sign in and check the active environment
auth — sign in and check the active environment
auth login stores an authentication profile locally under the name you pass to --profile. auth status shows the instance, organization, and environment tied to the profile — run it before every plan and apply to confirm the target.Non-interactive environments can provide the same context through environment variables:pull org — bootstrap the organization workspace
pull org — bootstrap the organization workspace
<instance>/<organization>/, imports org-level reference data (CloudLinks, AI provider connectors), and generates the catalog and state support files. Does not pull individual Apps or Elements as editable source — use the resource-level pull commands below for those.init — converge the workspace with your organization
init — converge the workspace with your organization
<instance>/<organization>/). Converges the workspace so it mirrors your organization, leaving you ready to author changes.list — inspect organization resources
list — inspect organization resources
fetch — fetch a full app definition
fetch — fetch a full app definition
pull — download individual resources by ID
pull — download individual resources by ID
generate — generate EDK code
generate — generate EDK code
--force overwrites existing files; --pull-source pulls the source definition before generating.plan and apply — preview and deploy changes
plan and apply — preview and deploy changes
plan compares your local source to the deployed environment and reports the structural diff. apply executes that diff, pushing your changes to Elementum. Prefer the narrowest path that covers your dependencies while iterating.See Plan and Apply for plan symbols, staged deployment, and convergence checks.