We’re excited to share that the Skedulo CLI (Command Line Interface) is now generally available!
Designed to enhance the developer experience on our platform, this powerful new tool simplifies workflows, increases efficiency, and empowers developers to build with confidence.
To help you hit the ground running, we’ve included comprehensive documentation and practical code examples—everything you need to get started quickly and effectively.
Start exploring today and unlock the full potential of the Skedulo platform!
What can I build?
With the Skedulo CLI you can build solutions that leverage many Skedulo Platform capabilities. From custom objects and fields, to web or mobile extensions, connected functions, triggered actions, and much more.
Source-code driven approach
Instead of working directly with multiple different APIs, the Skedulo CLI introduces the concept of artifacts. An artifact represents an instance of a configuration element, such as a definition of custom objects and fields for storing data or custom pages and templates to build custom user interfaces.
Artifacts are the source code for solutions implemented on the platform, and they make using version control solutions much easier.
Packaging
Packages are simply collections of artifacts that can be deployed together. This makes it much easier to deploy solutions between multiple environments, such as DEV, UAT, and PROD, or to create re-usable extensions.
How do I get started?
You can find all the information you need to download and start using the Skedulo CLI at http://developer.skedulo.com/cli.