-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoclif.manifest.json
More file actions
1 lines (1 loc) · 12.5 KB
/
oclif.manifest.json
File metadata and controls
1 lines (1 loc) · 12.5 KB
1
{"version":"0.0.0","commands":{"isvte:package:subscribers":{"id":"isvte:package:subscribers","description":"Retreive all subscribers for a given Package or PackageVersion","usage":"<%= command.id %> [-f <array>] [-w <string>] [-o <string>] [-l <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"isvte-packagepushplugin","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"fields":{"name":"fields","type":"option","char":"f","description":"The fields from PackageSubscriber you wish to return.","default":["Id","InstalledStatus","InstanceName","MetadataPackageId","MetadataPackageVersionId","OrgKey","OrgName","OrgStatus","OrgType","ParentOrg"]},"where":{"name":"where","type":"option","char":"w","description":"The SOQL where clause applied to limit the results.","default":"InstalledStatus = 'i'"},"orderby":{"name":"orderby","type":"option","char":"o","description":"Order the results, supply a comma separated list of field names. Can optionally include DESC modifier to sort in descending order.","default":"OrgType DESC, InstanceName, MetadataPackageId, MetadataPackageVersionId, OrgName"},"limit":{"name":"limit","type":"option","char":"l","description":"Specify the maximum number of rows to return."}},"args":[]},"isvte:util:split":{"id":"isvte:util:split","description":"Split the records in one file into multiple output files based on a property. A new file will be created using the property value as a suffix to the original filename.","usage":"<%= command.id %> --input <filepath> --property <string> --outputdirectory <directory> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"isvte-packagepushplugin","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","description":"The file that contains the full set of records.","required":true},"property":{"name":"property","type":"option","description":"The property used to split the output.","required":true},"outputdirectory":{"name":"outputdirectory","type":"option","description":"The directory to create the output files in.","required":true}},"args":[]},"isvte:util:subtract":{"id":"isvte:util:subtract","description":"Subtract the records in one file from the other. input a contains all records, input b contains all records to remove.","usage":"<%= command.id %> -a <filepath> -b <filepath> -k <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"isvte-packagepushplugin","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputa":{"name":"inputa","type":"option","char":"a","description":"Input A: File that contains the full set of records.","required":true},"inputb":{"name":"inputb","type":"option","char":"b","description":"Input B: File that contains the set of records to remove from input a.","required":true},"key":{"name":"key","type":"option","char":"k","description":"Key to match records on","required":true}},"args":[]},"isvte:package:pushrequest:create":{"id":"isvte:package:pushrequest:create","description":"Create PackagePushRequest and associated PackagePushJob records.","usage":"<%= command.id %> --packageversionid <id> [--scheduledstarttime <datetime>] [--subscriberids <array> | --subscribersfile <filepath>] [--preview] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"isvte-packagepushplugin","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"packageversionid":{"name":"packageversionid","type":"option","description":"PackageVersionID to upgrade the subscriber to.","required":true},"scheduledstarttime":{"name":"scheduledstarttime","type":"option","description":"The date and time (UTC) at which the push request is processed, in ISO 8601 format. Set this value to the earliest time that you want Salesforce to attempt to start the push. As a best practice, schedule pushes at off-peak hours like 1:00 AM Saturday. If you don’t specify a value, the push starts when the package push request’s Status is set to Pending."},"subscriberids":{"name":"subscriberids","type":"option","description":"Comma separated list of subscriber org ids, to create associated PackagePushJobs for."},"subscribersfile":{"name":"subscribersfile","type":"option","description":"Path to JSON file of subscriber org ids, to create associated PackagePushJobs for. Expects array of objects such as {OrgKey: 'XXXXXXXXXXXXX'}"},"preview":{"name":"preview","type":"boolean","description":"Path to JSON file of subscriber org ids, to create associated PackagePushJobs for. Expects array of objects such as {OrgKey: 'XXXXXXXXXXXXX'}","allowNo":false}},"args":[]},"isvte:package:pushrequest:list":{"id":"isvte:package:pushrequest:list","description":"List PackagePushRequest records.","usage":"<%= command.id %> [-f <array>] [-w <string>] [-o <string>] [-l <integer>] [--includejobs] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"isvte-packagepushplugin","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"fields":{"name":"fields","type":"option","char":"f","description":"The fields from PackagePushRequest you wish to return.","default":["Id","DurationSeconds","EndTime","PackageVersionId","ScheduledStartTime","StartTime","Status"]},"where":{"name":"where","type":"option","char":"w","description":"The SOQL where clause applied to limit the results.","default":"Status != 'Canceled'"},"orderby":{"name":"orderby","type":"option","char":"o","description":"Order the results, supply a comma separated list of field names. Can optionally include DESC modifier to sort in descending order.","default":"ScheduledStartTime, PackageVersionId"},"limit":{"name":"limit","type":"option","char":"l","description":"Specify the maximum number of rows to return."},"includejobs":{"name":"includejobs","type":"boolean","description":"Retrieve the child PackagePushJob records linked to the requested PackagePushRequests.","allowNo":false}},"args":[]},"isvte:package:pushrequest:update":{"id":"isvte:package:pushrequest:update","description":"Pushes a package upgrade to a specified org","usage":"<%= command.id %> --status Canceled|Pending [--id <id> | --where <string>] [--preview] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"isvte-packagepushplugin","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"id":{"name":"id","type":"option","description":"PackagePushRequestId to update. Cannot be used in conjunction with --allcreated, or --allpending flags."},"where":{"name":"where","type":"option","description":"Alternative to providing PackagePushRequestId, updates all records that match the provided where clause. Recommend using with --preview option to review impact before executing."},"status":{"name":"status","type":"option","description":"The status you want to set for the specified PackagePushRequest records.","required":true,"helpValue":"(Canceled|Pending)","options":["Canceled","Pending"]},"preview":{"name":"preview","type":"boolean","description":"Preview the update request (JSON) without making the API call.","allowNo":false}},"args":[]},"isvte:trust:instance:list":{"id":"isvte:trust:instance:list","description":"Retreive all subscribers for a given Package or PackageVersion","usage":"<%= command.id %> [--sort <string>] [--childproducts] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"isvte-packagepushplugin","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"sort":{"name":"sort","type":"option","description":"Sort by property","default":"location"},"childproducts":{"name":"childproducts","type":"boolean","description":"Include nested products. products must be set.","allowNo":false}},"args":[]}}}