bitrise-io / stepman

Step collection manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Short commands doesn't work

viktorbenei opened this issue · comments

This:

stepman d -c https://github.com/bitrise-io/bitrise-steplib
FATA[19:34:06] [STEPMAN] - Missing step id

should be the same as this, but it's not:

stepman delete -c https://github.com/bitrise-io/bitrise-steplib

the second finished successfully

command alias d was duplicated (used for download and delete commands), so we removed every command alias (short command). Related PR: https://github.com/bitrise-io/stepman/pull/195/files