···22 )
2324 cmd := &cobra.Command{
25- Use: "sync",
26- Short: "Fetch new bundles from PLC directory",
027 Long: `Fetch new bundles from PLC directory
2829Download new operations from the PLC directory and create bundles.
···22 )
2324 cmd := &cobra.Command{
25+ Use: "sync",
26+ Aliases: []string{"fetch"},
27+ Short: "Fetch new bundles from PLC directory",
28 Long: `Fetch new bundles from PLC directory
2930Download new operations from the PLC directory and create bundles.