kennethreitz/bake

Feature Request --force -f

Ouverte

#7 ouverte le 19 sept. 2019

 (2 commentaires) (0 réaction) (0 personne assignée)Python (24 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (638 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur