{"version":"0.0.2","commands":{"dxpack:package:update:push":{"id":"dxpack:package:update:push","description":"push a package update to subscriber orgs","usage":"<%= command.id %> -i <string> [-f <string>] [-s <datetime>] [-w <number>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jtowers/dxpack","pluginType":"core","aliases":[],"examples":["$ sfdx dxpack:package:update:push --packageversionid 04t4x0000000001234 -w 20\n    Scheduling package upgrade... Package Push Request submitted successfully\n    package installs InProgress, sleeping for 15 seconds\n    package installs InProgress, sleeping for 15 seconds\n    package install Succeeded:\n    2 succeeded, 0 Failed\n  ","$ sfdx dxpack:package:update:push --packageversionid 04t4x0000000001234 --subscriberfilter \"OrgType='Sandbox'\" -w 20\n    Scheduling package upgrade... Package Push Request submitted successfully\n    package installs InProgress, sleeping for 15 seconds\n    package installs InProgress, sleeping for 15 seconds\n    package install Succeeded:\n    1 succeeded, 0 Failed\n  ","$ sfdx dxpack:package:update:push --packageversionid 04t4x0000000001234 --schedulestarttime \"2021-02-14 10:00\"\n    Scheduling package upgrade... Package Push Request submitted successfully\n    Package Push Request created. Check the status by running sfdx packageutils:package:update:status -i 0DV4x000000kA5j\n  "],"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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"packageversionid":{"name":"packageversionid","type":"option","char":"i","description":"package version to push","required":true},"subscriberfilter":{"name":"subscriberfilter","type":"option","char":"f","description":"SOQL Where clause to use to include orgs to upgrade. Uses fields on PackageSubscriber SObject"},"schedulestarttime":{"name":"schedulestarttime","type":"option","char":"s","description":"date and time to schedule the update for. Leave blank to update immediately."},"wait":{"name":"wait","type":"option","char":"w","description":"date and time to schedule the update for. Leave blank to update immediately."}},"args":[{"name":"file"}]},"dxpack:package:update:status":{"id":"dxpack:package:update:status","description":"check the status of the specified push request","usage":"<%= command.id %> -i <string> [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jtowers/dxpack","pluginType":"core","aliases":[],"examples":["$ sfdx dxpack:package:update:status -i 0DV4x0000000001234\n    ID                  STATUS     PACKAGE VERSION ID  DURATION SECONDS  SCHEDULED START TIME          START TIME                    END TIME\n    ──────────────────  ─────────  ──────────────────  ────────────────  ────────────────────────────  ────────────────────────────  ────────────────────────────\n    0DV4x0000000001234  Succeeded  04t4x0000000001234  18                2021-02-13T19:30:00.000+0000  2021-02-13T19:30:01.049+0000  2021-02-13T19:30:19.832+0000\n  "],"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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"pushrequestid":{"name":"pushrequestid","type":"option","char":"i","description":"Id of the PackageRequest record to check for","required":true}},"args":[]}}}