I'm trying to create a subteam in keybase from the command line. If I explicitly mention the team names like this keybase team create treehouse.hiring
. Subteam gets created without any error. But if I get the team name and subteam as a parameter, it doesn't seem to work. Below is my code.
keybase team create $teamName.$subTeamName
Error:
Error parsing command line arguments: team name argument required.
I even tried with these commands.
keybase team create --team=$teamName.$subTeamName
keybase team create --subteam=$teamName.$subTeamName