The Things Network Community CLI login

Sorry for not writing a new post for a long time... but here I am. Today I started to play with the CLI of The Things Network Community, but run into challenges that the 'tenant-id' was wrong. After struggling with it for a few hours and searching on the TTN Forum without luck, I found a hint on the Slack environment of the community, mentioning to use the .network instead of .industries TLD of the environment. So my $HOME/.ttn-lw-cli.yml contains now:
oauth-server-address: 'https://eu1.cloud.thethings.network/oauth'
identity-server-grpc-address: 'eu1.cloud.thethings.network:8884'

gateway-server-grpc-address: 'eu1.cloud.thethings.network:8884'
network-server-grpc-address: 'eu1.cloud.thethings.network:8884'
application-server-grpc-address: 'eu1.cloud.thethings.network:8884'
join-server-grpc-address: 'eu1.cloud.thethings.network:8884'
device-claiming-server-grpc-address: 'eu1.cloud.thethings.network:8884'
device-template-converter-grpc-address: 'eu1.cloud.thethings.network:8884'
qr-code-generator-grpc-address: 'eu1.cloud.thethings.network:8884'

credentials-id: 'ttn'

 

And new the login works properly (ttn-lw-cli login)