sked package register
Overview
Register a package. The package will then be available for installation to any of this customer’s tenants. The GitHub access token can be set using the GITHUB_ACCESS_TOKEN environment variable or provided through a prompt.
Usage
$ sked package register -s <value> [--json]
Examples
$ sked package register -s <github-reference-url>
Flags
Flag | Description | Required |
---|---|---|
-s, --sourceUrl= |
(required) Location in Github to retrieve package source. The source must have a skeduloPackage.json file containing package metadata such as name and packageVersion. | Yes |
Global flags
Flag | Description | Required |
---|---|---|
--json | Format output as json. | No |
Feedback
Was this page helpful?