data/config/cmd_tlm_server.yaml in cosmos-4.5.2-java vs data/config/cmd_tlm_server.yaml in cosmos-5.0.2.pre.beta2

- old
+ new

@@ -51,14 +51,14 @@ INTERFACE_TARGET COSMOS config.txt # Look in the COSMOS target directory for config.txt parameters: - name: Target Name required: true description: Name of the target - values: <%= System.targets.keys %> + values: .+ - name: Configuration File required: false - description: Configuration file name which contains the interface configuration. + description: Configuration filename which contains the interface configuration. Defaults to 'cmd_tlm_server.txt'. values: .+ INTERFACE: modifiers: <%= MetaConfigParser.load('interface_modifiers.yaml').to_meta_config_yaml(4) %> @@ -78,11 +78,11 @@ - name: Filename required: true description: Ruby file to use when instantiating the interface. values: <%= MetaConfigParser.load('_interfaces.yaml').to_meta_config_yaml(8) %> - documentation: Additional parameters are required. Please see the [Interfaces](/docs/interfaces) + documentation: Additional parameters are required. Please see the [Interfaces](/docs/v5/interfaces) documentation for more details. ROUTER: modifiers: ROUTE: summary: Map an interface to a router @@ -107,10 +107,10 @@ - name: Filename required: true description: Ruby file to use when instantiating the interface. values: <%= MetaConfigParser.load('_interfaces.yaml').to_meta_config_yaml(8) %> - documentation: Additional parameters are required. Please see the [Interfaces](/docs/interfaces) + documentation: Additional parameters are required. Please see the [Interfaces](/docs/v5/interfaces) documentation for more details. COLLECT_METADATA: summary: Prompts the user for meta data when starting the Command and Telemetry Server BACKGROUND_TASK: modifiers: