kennethreitz/bake

Feature Request --force -f

Aberta

#7 aberto em 19 de set. de 2019

 (2 comentários) (0 reação) (0 responsável)Python (24 forks)github user discovery
enhancementgood first issue

Métricas do repositório

Stars
 (638 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Please add a --force flag to force task to run even if hash has not changed on a task with a @skip:key

$bake install
 + Executing @skip(key=requirements.txt):
 + Skipping install/python.
 + Executing install:
 + Done.

$bake install --force
 + Executing install/python:
  .
  .
  .
 + Executing install:
 + Done.

Guia do colaborador