Skip to content

Commit 8c036a1

Browse files
authored
Merge pull request #2897 from itowlson/unhide-app-splitting-flag
Unhide `spin up` selective deployment flag
2 parents c2c1c8b + f65812a commit 8c036a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/up.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub struct UpCommand {
115115
pub build: bool,
116116

117117
/// [Experimental] Component ID to run. This can be specified multiple times. The default is all components.
118-
#[clap(hide = true, short = 'c', long = "component-id")]
118+
#[clap(short = 'c', long = "component-id")]
119119
pub components: Vec<String>,
120120

121121
/// All other args, to be passed through to the trigger

0 commit comments

Comments
 (0)