Description
When creating a resource via cli I get an ID in (every?) case but not with security-group create
When creating a security group rule you need an ID of the security group.
Creating a security group rule does return an ID (also server create, public-ip create, network create, ...)
Steps to reproduce
- Run
stackit security-group create --name demo --project-id <my-project-id> Are you sure you want to create the security group "demo"? [y/N] y Created security group "demo"
Actual behavior
stackit security-group create would return an ID as well after creation.
Created security group "demo"
Expected behavior
stackit security-group create would return an ID as well after creation.
Created security group "demo".
Security group ID: 211b6869-53e4-43b8-8ca5-69e780d74b54
Environment
- OS: macOS
- Version of STACKIT CLI (see
stackit --version): 0.36.0
- Output is set to pretty
Additional information
Feel free to add any additional information here.
Description
When creating a resource via cli I get an ID in (every?) case but not with
security-group createWhen creating a security group rule you need an ID of the security group.
Creating a security group rule does return an ID (also
server create,public-ip create,network create, ...)Steps to reproduce
stackit security-group create --name demo --project-id <my-project-id> Are you sure you want to create the security group "demo"? [y/N] y Created security group "demo"Actual behavior
stackit security-group createwould return an ID as well after creation.Created security group "demo"Expected behavior
stackit security-group createwould return an ID as well after creation.Created security group "demo". Security group ID: 211b6869-53e4-43b8-8ca5-69e780d74b54Environment
stackit --version):0.36.0Additional information
Feel free to add any additional information here.