Betas
This section details Beta-related Linode CLI commands.
list
Aliases: ls
Display all active Beta Programs.
Usage
The format accepted by this command.
linode-cli betas list [-h] [--greenlight_only greenlight_only]
[--label label] [--started started] [--ended ended]
[--order-by {greenlight_only,label,started,ended}]
[--order {asc,desc}]
Sample
Examples of how this command might be used.
linode-cli betas list
Filterable Attributes
Arguments used to define a filter for response entries.
Name |
Type |
Description |
---|---|---|
--ended |
str |
The date-time that the Beta Program ended. |
--greenlight_only |
bool |
Whether the Beta Program requires Green Light participation for enrollment. |
--label |
str |
The name of the Beta Program. |
--started |
str |
The start date-time of the Beta Program. |
Result Attributes
The attributes returned by this command.
Name |
Type |
Example |
Description |
---|---|---|---|
description |
str |
This is an op…ple feature. |
Additional details regarding the Beta Program. |
ended |
str |
N/A |
The date-time that the Beta Program ended. |
greenlight_only |
bool |
true |
Whether the Beta Program requires Green Light participation for enrollment. |
id |
str |
example_open |
The unique identifier of the Beta Program. |
label |
str |
Example Open Beta |
The name of the Beta Program. |
more_info |
str |
https://www.l…green-light/ |
Additional source of information for the Beta Program. |
started |
str |
2023-07-11T00:00:00 |
The start date-time of the Beta Program. |
view
Display information about a Beta Program.
Usage
The format accepted by this command.
linode-cli betas view [-h] [--ended ended]
[--greenlight_only greenlight_only] [--started started]
[--label label]
[--order-by {ended,greenlight_only,started,label}]
[--order {asc,desc}] betaId
Sample
Examples of how this command might be used.
linode-cli beta view $betaId
Parameters
Positional parameters used to define the resource this command should target.
Name |
Type |
Description |
---|---|---|
betaId |
str |
The ID of the Beta Program. |
Result Attributes
The attributes returned by this command.
Name |
Type |
Example |
Description |
---|---|---|---|
description |
str |
This is an op…ple feature. |
Additional details regarding the Beta Program. |
ended |
str |
N/A |
The date-time that the Beta Program ended. |
greenlight_only |
bool |
true |
Whether the Beta Program requires Green Light participation for enrollment. |
id |
str |
example_open |
The unique identifier of the Beta Program. |
label |
str |
Example Open Beta |
The name of the Beta Program. |
more_info |
str |
https://www.l…green-light/ |
Additional source of information for the Beta Program. |
started |
str |
2023-07-11T00:00:00 |
The start date-time of the Beta Program. |
enroll
Enroll your Account in an active Beta Program.
Usage
The format accepted by this command.
linode-cli betas enroll [-h] [--id id]
Sample
Examples of how this command might be used.
linode-cli betas enroll --id example_open
Arguments
Additional fields used to execute this request.
Name |
Type |
Example |
Description |
---|---|---|---|
--id * |
str |
example_open |
The unique identifier of the Beta Program. |
enrolled
Display all enrolled Beta Programs for your Account.
Usage
The format accepted by this command.
linode-cli betas enrolled [-h] [--enrolled enrolled]
[--label label] [--started started] [--ended ended]
[--order-by {enrolled,label,started,ended}]
[--order {asc,desc}]
Sample
Examples of how this command might be used.
linode-cli betas enrolled
Filterable Attributes
Arguments used to define a filter for response entries.
Name |
Type |
Description |
---|---|---|
--ended |
str |
The date-time that the Beta Program ended. |
--enrolled |
str |
The date-time of Account enrollment to the Beta Program. |
--label |
str |
The name of the Beta Program. |
--started |
str |
The start date-time of the Beta Program. |
Result Attributes
The attributes returned by this command.
Name |
Type |
Example |
Description |
---|---|---|---|
description |
str |
This is an op…ple feature. |
Additional details regarding the Beta Program. |
ended |
str |
N/A |
The date-time that the Beta Program ended. |
enrolled |
str |
2023-09-11T00:00:00 |
The date-time of Account enrollment to the Beta Program. |
id |
str |
example_open |
The unique identifier of the Beta Program. |
label |
str |
Example Open Beta |
The name of the Beta Program. |
started |
str |
2023-07-11T00:00:00 |
The start date-time of the Beta Program. |
enrolled-view
Display an enrolled Beta Program for your Account.
Usage
The format accepted by this command.
linode-cli betas enrolled-view [-h] [--started started]
[--ended ended] [--enrolled enrolled] [--label label]
[--order-by {started,ended,enrolled,label}]
[--order {asc,desc}] betaId
Sample
Examples of how this command might be used.
linode-cli betas enrolled-view $betaId
Parameters
Positional parameters used to define the resource this command should target.
Name |
Type |
Description |
---|---|---|
betaId |
str |
The ID of the Beta Program. |
Result Attributes
The attributes returned by this command.
Name |
Type |
Example |
Description |
---|---|---|---|
description |
str |
This is an op…ple feature. |
Additional details regarding the Beta Program. |
ended |
str |
N/A |
The date-time that the Beta Program ended. |
enrolled |
str |
2023-09-11T00:00:00 |
The date-time of Account enrollment to the Beta Program. |
id |
str |
example_open |
The unique identifier of the Beta Program. |
label |
str |
Example Open Beta |
The name of the Beta Program. |
started |
str |
2023-07-11T00:00:00 |
The start date-time of the Beta Program. |