Skip to content

Commit c6bb07c

Browse files
committed
update docs for ebm feature-set
1 parent 9f8c201 commit c6bb07c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/srvctl-hosts-ebm-feature-set/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This command activates or deactivates a feature on the selected enterprise bare metal server.
22

3-
The `--feature` and `--state` flags are required. The `--state` flag accepts `activate` or `deactivate`.
3+
The `--feature` and `--command` flags are required. The `--command` flag accepts `activate` or `deactivate`.
44

55
Supported feature names:
66

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
A command to activate disaggregated public ports on the server with the "ex4mp1eID" ID:
22

33
```
4-
srvctl hosts ebm feature-set ex4mp1eID --feature disaggregated_public_ports --state activate
4+
srvctl hosts ebm feature-set ex4mp1eID --feature disaggregated_public_ports --command activate
55
```
66

77
A command to deactivate disaggregated public ports on the server with the "ex4mp1eID" ID:
88

99
```
10-
srvctl hosts ebm feature-set ex4mp1eID --feature disaggregated_public_ports --state deactivate
10+
srvctl hosts ebm feature-set ex4mp1eID --feature disaggregated_public_ports --command deactivate
1111
```
1212

1313
A command to activate rescue mode with password and SSH key authentication:
1414

1515
```
1616
srvctl hosts ebm feature-set ex4mp1eID \
1717
--feature host_rescue_mode \
18-
--state activate \
18+
--command activate \
1919
--auth-method password \
2020
--auth-method ssh_key \
2121
--ssh-key-fingerprint aa:bb:cc:dd:ee:ff
@@ -26,12 +26,12 @@ A command to activate private iPXE boot with a custom script:
2626
```
2727
srvctl hosts ebm feature-set ex4mp1eID \
2828
--feature private_ipxe_boot \
29-
--state activate \
29+
--command activate \
3030
--ipxe-config "#!ipxe\nchain http://boot.example.com/script.ipxe"
3131
```
3232

3333
A command to deactivate rescue mode:
3434

3535
```
36-
srvctl hosts ebm feature-set ex4mp1eID --feature host_rescue_mode --state deactivate
36+
srvctl hosts ebm feature-set ex4mp1eID --feature host_rescue_mode --command deactivate
3737
```

0 commit comments

Comments
 (0)