Package io.bdeploy.bhive.cli
Annotation Interface PushTool.PushConfig
- Enclosing class:
- PushTool
public static @interface PushTool.PushConfig
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
hive
@Help("The local BHive") @EnvironmentFallback("BHIVE") @Validator({ExistingPathValidator.class,PathOwnershipValidator.class}) String hive -
target
@Help("The remote hive name. Set to \'default\' to push to the \'default\' hive on the remote.") @EnvironmentFallback("REMOTE_BHIVE") String target
-
-
-
manifest
- Default:
- {}
-