Skip to content

Commit 1f084d2

Browse files
Copilotewega
andauthored
Fix: include --plugin in next steps hint after configure connection add (#114)
* Initial plan * Fix: include --plugin flag in configure connection next steps hint Co-authored-by: ewega <26189114+ewega@users.noreply.github.com> * Fix: use scope add subcommand and split next-steps hint into scope+project steps Co-authored-by: ewega <26189114+ewega@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ewega <26189114+ewega@users.noreply.github.com> Co-authored-by: Eldrick Wega <ewega@github.com>
1 parent 541d2b0 commit 1f084d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/configure_connection_add.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ func runAddConnection(cmd *cobra.Command, args []string) error {
181181
hintOrg = "<org>"
182182
}
183183
fmt.Println("\nNext steps:")
184-
fmt.Printf(" Run 'gh devlake configure scope --org %s' to create a project\n", hintOrg)
185-
fmt.Println(" and start collecting data.")
184+
fmt.Printf(" Run 'gh devlake configure scope add --plugin %s --org %s' to add scopes\n", def.Plugin, hintOrg)
185+
fmt.Println(" Then run 'gh devlake configure project add' to create a project and start collecting data.")
186186

187187
return nil
188188
}

0 commit comments

Comments
 (0)