getgort / gort

Gort is a chatbot framework designed from the ground up for chatops.

Home Page:https://guide.getgort.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a bootstrap -F flag for when a profile already exists

clockworksoul opened this issue · comments

This is annoying, especially during development:

$ gort bootstrap -i localhost:443
Error: profile localhost_443 already exists

Each time I iterate I have to user gort profile delete to delete the out-dated profile.

It sure would be nice to have a -F flag or something that makes bootstrap overwrite the existing profile.