Commit 9acdfe0 1 parent 46316d2 commit 9acdfe0 Copy full SHA for 9acdfe0
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,8 @@ pub enum Command {
308
308
/// Configuration profile commands
309
309
Config ( command:: Config ) ,
310
310
311
- /// Federation 2 Alpha commands
311
+ /// (deprecated) Federation 2 Alpha commands
312
+ #[ structopt( setting( structopt:: clap:: AppSettings :: Hidden ) ) ]
312
313
Fed2 ( command:: Fed2 ) ,
313
314
314
315
/// Supergraph schema commands
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ impl Compose {
23
23
pub fn run ( & self , _client_config : StudioClientConfig ) -> Result < RoverOutput > {
24
24
let mut err = RoverError :: new ( anyhow ! ( "This command has been deprecated." ) ) ;
25
25
err. set_suggestion ( Suggestion :: Adhoc ( format ! (
26
- "Please set `federation_version = 2` in `{}` and run `rover supergraph compose`" ,
26
+ "Please set `federation_version: 2` in `{}` and run `rover supergraph compose`" ,
27
27
& self . config_path
28
28
) ) ) ;
29
29
Err ( err)
You can’t perform that action at this time.
0 commit comments