Betas ===== This section details Beta-related Linode CLI commands. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-has-keywords .. _commands_betas_list: `list `_ ---------------------------------------------------------------------------- .. rst-class:: action-keyword :action-keyword-key:`Aliases:` :action-keyword-values:`ls` Display all active Beta Programs. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Usage .. rst-class:: action-subheading-description The format accepted by this command. .. code-block:: bash 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}] .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Sample .. rst-class:: action-subheading-description Examples of how this command might be used. .. code-block:: bash linode-cli betas list .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Filterable Attributes .. rst-class:: action-subheading-description Arguments used to define a filter for response entries. .. rst-class:: action-filterable-field-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 98 * - Name - Type - Description * - :action-table-field-name:`\-\-ended` - :action-table-field-type:`str` - The date-time that the Beta Program ended. * - :action-table-field-name:`\-\-greenlight_only` - :action-table-field-type:`bool` - Whether the Beta Program requires `Green Light `_ participation for enrollment. * - :action-table-field-name:`\-\-label` - :action-table-field-type:`str` - The name of the Beta Program. * - :action-table-field-name:`\-\-started` - :action-table-field-type:`str` - The start date-time of the Beta Program. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Result Attributes .. rst-class:: action-subheading-description The attributes returned by this command. .. rst-class:: action-attribute-section-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 1 97 * - Name - Type - Example - Description * - :action-table-field-name:`description` - :action-table-field-type:`str` - :action-table-field-example:`This is an op...ple feature.` - Additional details regarding the Beta Program. * - :action-table-field-name:`ended` - :action-table-field-type:`str` - :action-table-field-example:`N/A` - The date-time that the Beta Program ended. * - :action-table-field-name:`greenlight_only` - :action-table-field-type:`bool` - :action-table-field-example:`true` - Whether the Beta Program requires `Green Light `_ participation for enrollment. * - :action-table-field-name:`id` - :action-table-field-type:`str` - :action-table-field-example:`example_open` - The unique identifier of the Beta Program. * - :action-table-field-name:`label` - :action-table-field-type:`str` - :action-table-field-example:`Example Open Beta` - The name of the Beta Program. * - :action-table-field-name:`more_info` - :action-table-field-type:`str` - :action-table-field-example:`https://www.l...green-light/` - Additional source of information for the Beta Program. * - :action-table-field-name:`started` - :action-table-field-type:`str` - :action-table-field-example:`2023-07-11T00:00:00` - The start date-time of the Beta Program. ------------ .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. _commands_betas_view: `view `_ --------------------------------------------------------------------------- Display information about a Beta Program. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Usage .. rst-class:: action-subheading-description The format accepted by this command. .. code-block:: bash 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 .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Sample .. rst-class:: action-subheading-description Examples of how this command might be used. .. code-block:: bash linode-cli beta view $betaId .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Parameters .. rst-class:: action-subheading-description Positional parameters used to define the resource this command should target. .. rst-class:: action-parameter-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 98 * - Name - Type - Description * - :action-table-field-name:`betaId` - :action-table-field-type:`str` - The ID of the Beta Program. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Result Attributes .. rst-class:: action-subheading-description The attributes returned by this command. .. rst-class:: action-attribute-section-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 1 97 * - Name - Type - Example - Description * - :action-table-field-name:`description` - :action-table-field-type:`str` - :action-table-field-example:`This is an op...ple feature.` - Additional details regarding the Beta Program. * - :action-table-field-name:`ended` - :action-table-field-type:`str` - :action-table-field-example:`N/A` - The date-time that the Beta Program ended. * - :action-table-field-name:`greenlight_only` - :action-table-field-type:`bool` - :action-table-field-example:`true` - Whether the Beta Program requires `Green Light `_ participation for enrollment. * - :action-table-field-name:`id` - :action-table-field-type:`str` - :action-table-field-example:`example_open` - The unique identifier of the Beta Program. * - :action-table-field-name:`label` - :action-table-field-type:`str` - :action-table-field-example:`Example Open Beta` - The name of the Beta Program. * - :action-table-field-name:`more_info` - :action-table-field-type:`str` - :action-table-field-example:`https://www.l...green-light/` - Additional source of information for the Beta Program. * - :action-table-field-name:`started` - :action-table-field-type:`str` - :action-table-field-example:`2023-07-11T00:00:00` - The start date-time of the Beta Program. ------------ .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. _commands_betas_enroll: `enroll `_ ------------------------------------------------------------------------------ Enroll your Account in an active Beta Program. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Usage .. rst-class:: action-subheading-description The format accepted by this command. .. code-block:: bash linode-cli betas enroll [-h] [--id id] .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Sample .. rst-class:: action-subheading-description Examples of how this command might be used. .. code-block:: bash linode-cli betas enroll --id example_open .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Arguments .. rst-class:: action-subheading-description Additional fields used to execute this request. .. rst-class:: action-argument-section-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 1 97 * - Name - Type - Example - Description * - :action-table-field-name:`\-\-id` :action-table-field-required:`*` - :action-table-field-type:`str` - :action-table-field-example:`example_open` - The unique identifier of the Beta Program. ------------ .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. _commands_betas_enrolled: `enrolled `_ ----------------------------------------------------------------------------------------- Display all enrolled Beta Programs for your Account. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Usage .. rst-class:: action-subheading-description The format accepted by this command. .. code-block:: bash linode-cli betas enrolled [-h] [--enrolled enrolled] [--label label] [--started started] [--ended ended] [--order-by {enrolled,label,started,ended}] [--order {asc,desc}] .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Sample .. rst-class:: action-subheading-description Examples of how this command might be used. .. code-block:: bash linode-cli betas enrolled .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Filterable Attributes .. rst-class:: action-subheading-description Arguments used to define a filter for response entries. .. rst-class:: action-filterable-field-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 98 * - Name - Type - Description * - :action-table-field-name:`\-\-ended` - :action-table-field-type:`str` - The date-time that the Beta Program ended. * - :action-table-field-name:`\-\-enrolled` - :action-table-field-type:`str` - The date-time of Account enrollment to the Beta Program. * - :action-table-field-name:`\-\-label` - :action-table-field-type:`str` - The name of the Beta Program. * - :action-table-field-name:`\-\-started` - :action-table-field-type:`str` - The start date-time of the Beta Program. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Result Attributes .. rst-class:: action-subheading-description The attributes returned by this command. .. rst-class:: action-attribute-section-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 1 97 * - Name - Type - Example - Description * - :action-table-field-name:`description` - :action-table-field-type:`str` - :action-table-field-example:`This is an op...ple feature.` - Additional details regarding the Beta Program. * - :action-table-field-name:`ended` - :action-table-field-type:`str` - :action-table-field-example:`N/A` - The date-time that the Beta Program ended. * - :action-table-field-name:`enrolled` - :action-table-field-type:`str` - :action-table-field-example:`2023-09-11T00:00:00` - The date-time of Account enrollment to the Beta Program. * - :action-table-field-name:`id` - :action-table-field-type:`str` - :action-table-field-example:`example_open` - The unique identifier of the Beta Program. * - :action-table-field-name:`label` - :action-table-field-type:`str` - :action-table-field-example:`Example Open Beta` - The name of the Beta Program. * - :action-table-field-name:`started` - :action-table-field-type:`str` - :action-table-field-example:`2023-07-11T00:00:00` - The start date-time of the Beta Program. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. _commands_betas_enrolled-view: `enrolled-view `_ --------------------------------------------------------------------------------------------- Display an enrolled Beta Program for your Account. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Usage .. rst-class:: action-subheading-description The format accepted by this command. .. code-block:: bash linode-cli betas enrolled-view [-h] [--started started] [--ended ended] [--enrolled enrolled] [--label label] [--order-by {started,ended,enrolled,label}] [--order {asc,desc}] betaId .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Sample .. rst-class:: action-subheading-description Examples of how this command might be used. .. code-block:: bash linode-cli betas enrolled-view $betaId .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Parameters .. rst-class:: action-subheading-description Positional parameters used to define the resource this command should target. .. rst-class:: action-parameter-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 98 * - Name - Type - Description * - :action-table-field-name:`betaId` - :action-table-field-type:`str` - The ID of the Beta Program. .. role:: action-keyword-key .. role:: action-keyword-values .. role:: action-table-field-name .. role:: action-table-field-optional .. role:: action-table-field-required .. role:: action-table-field-type .. role:: action-table-field-example .. role:: action-argument-additional-details .. role:: json(code) :language: JSON .. rst-class:: action-subheading Result Attributes .. rst-class:: action-subheading-description The attributes returned by this command. .. rst-class:: action-attribute-section-table .. list-table:: :header-rows: 1 :width: 100% :widths: 1 1 1 97 * - Name - Type - Example - Description * - :action-table-field-name:`description` - :action-table-field-type:`str` - :action-table-field-example:`This is an op...ple feature.` - Additional details regarding the Beta Program. * - :action-table-field-name:`ended` - :action-table-field-type:`str` - :action-table-field-example:`N/A` - The date-time that the Beta Program ended. * - :action-table-field-name:`enrolled` - :action-table-field-type:`str` - :action-table-field-example:`2023-09-11T00:00:00` - The date-time of Account enrollment to the Beta Program. * - :action-table-field-name:`id` - :action-table-field-type:`str` - :action-table-field-example:`example_open` - The unique identifier of the Beta Program. * - :action-table-field-name:`label` - :action-table-field-type:`str` - :action-table-field-example:`Example Open Beta` - The name of the Beta Program. * - :action-table-field-name:`started` - :action-table-field-type:`str` - :action-table-field-example:`2023-07-11T00:00:00` - The start date-time of the Beta Program.