:
Last modified: Feb 23, 2022

Altinn-Cli Commands

Commands

The command concept The concept of the CLI application are related to the different parts of a command line command. Example: Storage GetData appId=ttd/how-to-name-it processIsComplete=true Command: Storage SubCommand: GetData Option: “appId=ttd/how-to-name-it” “processIsComplete=true” Command The name of the command shall give an indication of which system component that shall be accessed. SubCommand A sub command defines the operation to be performed on the Command component. Option Options are often used as filter criteria that can be a part of the API call. »