Update
Name: Update
Fullname: System Update
Version: 1.0.0
Type: Application
Checks for and downloads updates of NTFX
Definition
NTFX Application Definition
[NTFXPublic(true)]
[NTFXStorage(bucket: "system.update")]
[NkSecureRWDU(0, 0)]
protected class SystemUpdate : IApplicationModelStandard, ISecureContext
Inheritance: NTFX.IApplicationModelStandard -> Update
Invocation
Possible Parameters
Below is the template for invocation with optional parameters in square brackets.
system update ^
[ --version [version] ] ^
[ --force ] ^
[ --use-mirror ] ^
[ --ignore-provision ]
Example
Below is an example invocation with sample values for all possible parameters.
system update ^
--version 1.3.2 ^
--force ^
--use-mirror ^
--ignore-provision
Parameters
Required
This application does not require any parameters by default.
Optional
Name
Description
Type
version
Sets the custom version to install.
String
force
Force install the update.
Bool
use-mirror
Use an mirror to fetch the update.
Bool
ignore-provision
Ignore the provision-set config and check for an update.
Bool
Last updated