You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we made many foreign key relationship constraints restrict on delete, we need to add a --force flag to cogctl for convenient operation. We'll also need to support these changes in Cog. Here's a list of all commands that need to support this flag:
From @vanstee on January 26, 2017 14:5
Now that we made many foreign key relationship constraints restrict on delete, we need to add a
--force
flag to cogctl for convenient operation. We'll also need to support these changes in Cog. Here's a list of all commands that need to support this flag:cogctl bundle uninstall
cogctl users delete
cogctl groups delete
cogctl relays delete
cogctl relay-groups delete
cogctl roles delete
cogctl permissions delete
Copied from original issue: operable/cog#1328
The text was updated successfully, but these errors were encountered: