Version 5.0.0 of the Skedulo CLI includes several improvements:

  • Increased the maximum package size from 20 MB to 50 MB for local and registered packages.
  • Improved the performance of package deployment for local and registered packages.
  • Sked artifact <artifact type> list is now supported for Horizon artifacts.
  • New command to generate horizon component-bundle artifact.


To get the latest version of the Skedulo CLI, simply run the command "sked update".

From version 1.0.5 to 5.0.0
Keen observers will note the large jump in version numbers for the CLI. The jump is related to the resolution of some internal versioning of libraries and does not reflect a major change in functionality or compatibility.


Increase maximum package size
To better support more complex solutions, we have increased the maximum package size from 20MB to 50MB. We continue to encourage developers to keep their solution folders as small as possible to avoid the overhead of processing unnecessary source code.


Improved performance of package deployment

We have made several improvements in the way package deployments are processed within the platform. We have prioritized local development package deployment over bulk deployments of registered packages, and optimized the deployment for horizon components in registered packages to reduce overall deployment times.

Artifact list command is now supported for horizon artifacts.


The list command "sked artifacts <artifact-type> list," which allows you to retrieve a list of specific artifacts from a tenant, is now supported on the following artifact types:

  • horizon-component-bundle
  • horizon-custom-action
  • horizon-custom-resource
  • horizon-list-config
  • horizon-list-view-state
  • horizon-page
  • horizon-template
  • horizon-tenant-config
  • horizon-view-state
  • horizon-view-type


New command to generate horizon component-bundle artifact
The CLI has a new command to assist developers who are building solutions with horizon components.
The new command is "sked component-bundle generate".

Please note: Horizon Components are still considered in "closed beta" and not automatically available to all customers. Please contact your customer success representative if you have questions about this feature.