You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* onboard public ip commands
* changes in commands to edit descriptions and avoid nil pointer exceptions
* fix utils
* add public ip to read me
* Update internal/cmd/beta/public-ip/create/create.go
Co-authored-by: Alexander Dahmen <[email protected]>
* update examples
* remove associated resource id from update command
* Update internal/cmd/beta/public-ip/associate/associate.go
Co-authored-by: Alexander Dahmen <[email protected]>
* Update internal/cmd/beta/public-ip/delete/delete.go
Co-authored-by: Alexander Dahmen <[email protected]>
* add associated resource id information in the disassociate command
* fix linter issues
* remove obsolete unit tests
* add empty update check
* change public ip util to avoid NPE
* adapt documentation
---------
Co-authored-by: Alexander Dahmen <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,28 +65,28 @@ Help is available for any command by specifying the special flag `--help` (or si
65
65
66
66
Below you can find a list of the STACKIT services already available in the CLI (along with their respective command names) and the ones that are currently planned to be integrated.
--associated-resource-id string Associates the public IP with a network interface or virtual IP (ID)
30
+
-h, --help Help for "stackit beta public-ip create"
31
+
--labels stringToString Labels are key-value string pairs which can be attached to a public IP. E.g. '--labels key1=value1,key2=value2,...' (default [])
32
+
```
33
+
34
+
### Options inherited from parent commands
35
+
36
+
```
37
+
-y, --assume-yes If set, skips all confirmation prompts
38
+
--async If set, runs the command asynchronously
39
+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
40
+
-p, --project-id string Project ID
41
+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
42
+
```
43
+
44
+
### SEE ALSO
45
+
46
+
*[stackit beta public-ip](./stackit_beta_public-ip.md) - Provides functionality for public IPs
0 commit comments