func configCmd(ctx context.Context) *cobra.Command {
    cmd := common.SetCommandContext(ctx, &cobra.Command{
        Use:   "config",
        Short: "Work with werf.yaml",
    })