Skip to content

Commit b2e590f

Browse files
committed
adapt link in the create flags
1 parent 15c7fe5 commit b2e590f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stackit_beta_server_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ stackit beta server create [flags]
5555
--image-id string The image ID to be used for an ephemeral disk on the server. Either image-id or boot volume is required
5656
--keypair-name string The name of the SSH keypair used during the server creation
5757
--labels stringToString Labels are key-value string pairs which can be attached to a server. E.g. '--labels key1=value1,key2=value2,...' (default [])
58-
--machine-type string Name of the type of the machine for the server. Possible values are documented in [Virtual machine flavors](https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html)
58+
--machine-type string Name of the type of the machine for the server. Possible values are documented in https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html
5959
-n, --name string Server name
6060
--network-id string ID of the network for the initial networking setup for the server creation
6161
--network-interface-ids strings List of network interface IDs for the initial networking setup for the server creation

internal/cmd/beta/server/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
196196

197197
func configureFlags(cmd *cobra.Command) {
198198
cmd.Flags().StringP(nameFlag, "n", "", "Server name")
199-
cmd.Flags().String(machineTypeFlag, "", "Name of the type of the machine for the server. Possible values are documented in [Virtual machine flavors](https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html)")
199+
cmd.Flags().String(machineTypeFlag, "", "Name of the type of the machine for the server. Possible values are documented in https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html")
200200
cmd.Flags().String(affinityGroupFlag, "", "The affinity group the server is assigned to")
201201
cmd.Flags().String(availabilityZoneFlag, "", "The availability zone of the server")
202202
cmd.Flags().String(bootVolumeSourceIdFlag, "", "ID of the source object of boot volume. It can be either an image or volume ID")

0 commit comments

Comments
 (0)