@@ -49,23 +49,23 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
4949 Example : examples .Build (
5050 examples .NewExample (
5151 `Updates the label(s) of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"` ,
52- "$ stackit routing-table update xxx --labels key=value,foo=bar --organization-id yyy --network-area-id zzz" ,
52+ "$ stackit network-area routing-table update xxx --labels key=value,foo=bar --organization-id yyy --network-area-id zzz" ,
5353 ),
5454 examples .NewExample (
5555 `Updates the name of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"` ,
56- "$ stackit routing-table update xxx --name foo --organization-id yyy --network-area-id zzz" ,
56+ "$ stackit network-area routing-table update xxx --name foo --organization-id yyy --network-area-id zzz" ,
5757 ),
5858 examples .NewExample (
5959 `Updates the description of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"` ,
60- "$ stackit routing-table update xxx --description foo --organization-id yyy --network-area-id zzz" ,
60+ "$ stackit network-area routing-table update xxx --description foo --organization-id yyy --network-area-id zzz" ,
6161 ),
6262 examples .NewExample (
6363 `Disables the dynamic routes of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"` ,
64- "$ stackit routing-table update xxx --organization-id yyy --network-area-id zzz --dynamic-routes=false" ,
64+ "$ stackit network-area routing-table update xxx --organization-id yyy --network-area-id zzz --dynamic-routes=false" ,
6565 ),
6666 examples .NewExample (
6767 `Disables the system routes of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"` ,
68- "$ stackit routing-table update xxx --organization-id yyy --network-area-id zzz --system-routes=false" ,
68+ "$ stackit network-area routing-table update xxx --organization-id yyy --network-area-id zzz --system-routes=false" ,
6969 ),
7070 ),
7171 RunE : func (cmd * cobra.Command , args []string ) error {
0 commit comments