@flowscripter/dynamic-cli-framework
    Preparing search index...

    Class ConfigCommand

    Command allowing the specification of the configuration file location used by the ConfigurationServiceProvider.

    Implements

    Index
    argument: GlobalCommandArgument = ...

    Optional GlobalCommandArgument for the command.

    description: "Set the configuration file location"

    Optional description of the command.

    enableConfiguration: true

    Optionally enable support for populating argument values via configuration. If this is true then default argument values may be sourced using a configuration source provided by the CLI runtime.

    executePriority: number

    Used to determine the order in which multiple global modifier command instances parsed from the provided arguments will be executed. Higher values will execute before lower values.

    name: "config"

    Name of the command.

    Must consist of alphanumeric non-whitespace ASCII or _ and - characters. Cannot start with -.