As a user, I would like clearer explanations how to use g3t init so that I don't run into confusing errors downstream. Specifically, I noticed that...
g3t init --help describes the flags as "--project_id TEXT Gen3 program-project G3T_PROJECT_ID" which is not very clear to me. I could see something like “--project_id project ID formatted as myprogram-myproject”
When running g3t init program-project without a profile, I appreciate that there's multiple warnings that there is no profile set, one being "No profile set. Continuing in disconnected mode. Use set profile <profile>". However, it would be great to have an explanation of disconnected mode (no mention of it in docs) and provide a command like export G3T_PROJECT_ID=myprogram-myproject
As a user, I would like clearer explanations how to use
g3t init
so that I don't run into confusing errors downstream. Specifically, I noticed that...g3t init --help
describes the flags as "--project_id TEXT Gen3 program-project G3T_PROJECT_ID" which is not very clear to me. I could see something like “--project_id project ID formatted as myprogram-myproject”g3t init program-project
without a profile, I appreciate that there's multiple warnings that there is no profile set, one being "No profile set. Continuing in disconnected mode. Useset profile <profile>
". However, it would be great to have an explanation of disconnected mode (no mention of it in docs) and provide a command likeexport G3T_PROJECT_ID=myprogram-myproject