Allow script to deploy hotfix branches to stage
AS a developer and tester, I want a stage-only command which lets me copy over cards from the stage environment over to the prod environment
This is fine now, already created the web hook so can progress
AS a user, I want to have the drop command tell me how many of the card I already have
AS a user, I want to be able to see what user claimed the card
AS a developer, I want a stage-only command which lets me force drop a specific card number
AS a developer, I want my card database to automatically pull new cards from the Google Drive into the staging environment
Also need to add an "ignore" field so I can ignore certain folders
Vylpes
deleted branch feature/39-dropnumber-command from External/card-drop
2023-10-27 16:02:04 +01:00
Add dropnumber test command
AS a command line user, I want to be able to display a help output
AS a command line user, I want to be able to display a help output
Already done as part of the Commander package