msobczyk/remove default profile
summary if this mr:
- default profile is replaced by profile unlocked in beekeeper session
- beekeeper session is required for all commands that use profile (i.e. most of cli commands, there are few exceptions like
clive beekeeper spawnorclive show profiles) - removes option --password (but since there will be beekeeper session - this option is no longer needed)
- password from stdin for command
clive configure profile add(for clive unlock password is already read from stdin) - removed option --profile-name from most commands, profile to use is pointed by beekeeper session
- above option remain in commands
clive unlockclive configure profile addandclive configure profile remove - default profile is removed from storage and cli commands related to default profile management are removed
Edited by Marcin Sobczyk