You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-shell-core/src/main/java/org/springframework/cloud/dataflow/shell/command/AppRegistryCommands.java
returnString.format("Successfully unregistered application '%s' with type '%s'. " +
191
191
"Please select new default version from: %s", name, type, appVersions);
@@ -240,7 +240,7 @@ public String defaultApplication(
240
240
publicStringregister(
241
241
@ShellOption(value = { "", "--name" }, help = "the name for the registered application") Stringname,
242
242
@ShellOption(help = "the type for the registered application", valueProvider = EnumValueProvider.class) ApplicationTypetype,
243
-
@ShellOption(value = { "-b", "--bootVersion" }, help = "the boot version to use for the registered application", defaultValue = ShellOption.NULL) AppBootSchemaVersionbootVersion,
243
+
@ShellOption(value = { "-bv", "--bootVersion" }, help = "the boot version to use for the registered application", defaultValue = ShellOption.NULL) AppBootSchemaVersionbootVersion,
244
244
@ShellOption(help = "URI for the application artifact") Stringuri,
245
245
@ShellOption(value = { "-m", "--metadata-uri", "--metadataUri"}, help = "Metadata URI for the application artifact", defaultValue = ShellOption.NULL) StringmetadataUri,
246
246
@ShellOption(help = "force update if application is already registered (only if not in use)", defaultValue = "false") booleanforce) {
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-shell-core/src/main/java/org/springframework/cloud/dataflow/shell/converter/AppBootSchemaVersionConverter.java
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/AbstractShellIntegrationTest.java
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/command/AppRegistryCommandsTests.java
0 commit comments