- -
-

Nebari CLIΒΆ

-
-

nebariΒΆ

-

Nebari CLI πŸͺ΄

-
nebari [OPTIONS] COMMAND [ARGS]...
-
-
-

Options

-
-
--V, --versionΒΆ
-

Nebari version number

-
- -
-
---import-plugin <plugins>ΒΆ
-

Import nebari plugin

-
-
Default:
-

-
-
- -
-
---exclude-stage <excluded_stages>ΒΆ
-

Exclude nebari stage(s) by name or regex

-
-
Default:
-

-
-
- -
-
---exclude-default-stagesΒΆ
-

Exclude default nebari included stages

-
-
Default:
-

False

-
-
-
- -
-

deployΒΆ

-

Deploy the Nebari cluster from your [purple]nebari-config.yaml[/purple] file.

-
nebari deploy [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration yaml file path

-
- -
-
--o, --output <output_directory>ΒΆ
-

output directory

-
-
Default:
-

'./'

-
-
-
- -
-
---dns-provider <dns_provider>ΒΆ
-

dns provider to use for registering domain name mapping ⚠️ moved to dns.provider in nebari-config.yaml

-
- -
-
---dns-auto-provisionΒΆ
-

Attempt to automatically provision DNS, currently only available for cloudflare ⚠️ moved to dns.auto_provision in nebari-config.yaml

-
-
Default:
-

False

-
-
-
- -
-
---disable-promptΒΆ
-

Disable human intervention

-
-
Default:
-

False

-
-
-
- -
-
---disable-renderΒΆ
-

Disable auto-rendering in deploy stage

-
-
Default:
-

False

-
-
-
- -
-
---disable-checksΒΆ
-

Disable the checks performed after each stage

-
-
Default:
-

False

-
-
-
- -
-
---skip-remote-state-provisionΒΆ
-

Skip terraform state deployment which is often required in CI once the terraform remote state bootstrapping phase is complete

-
-
Default:
-

False

-
-
-
- -
-
-

destroyΒΆ

-

Destroy the Nebari cluster from your [purple]nebari-config.yaml[/purple] file.

-
nebari destroy [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration file path

-
- -
-
--o, --output <output_directory>ΒΆ
-

output directory

-
-
Default:
-

'./'

-
-
-
- -
-
---disable-renderΒΆ
-

Disable auto-rendering before destroy

-
-
Default:
-

False

-
-
-
- -
-
---disable-promptΒΆ
-

Destroy entire Nebari cluster without confirmation request. Suggested for CI use.

-
-
Default:
-

False

-
-
-
- -
-
-

devΒΆ

-

Development tools and advanced features.

-
nebari dev [OPTIONS] COMMAND [ARGS]...
-
-
-
-

keycloak-apiΒΆ

-

Interact with the Keycloak REST API directly.

-

This is an advanced tool which can have potentially destructive consequences. -Please use this at your own risk.

-
nebari dev keycloak-api [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration file path

-
- -
-
--r, --request <request>ΒΆ
-

Required Send a REST API request, valid requests follow patterns found here: [green]keycloak.org/docs-api/15.0/rest-api[/green]

-
- -
-
-
-

infoΒΆ

-

Display information about installed Nebari plugins and their configurations.

-
nebari info [OPTIONS]
-
-
-
-
-

initΒΆ

-

Create and initialize your [purple]nebari-config.yaml[/purple] file.

-

This command will create and initialize your [purple]nebari-config.yaml[/purple] :sparkles:

-

This file contains all your Nebari cluster configuration details and, -is used as input to later commands such as [green]nebari render[/green], [green]nebari deploy[/green], etc.

-

If you’re new to Nebari, we recommend you use the Guided Init wizard. -To get started simply run:

-
-

[green]nebari init –guided-init[/green]

-
-
nebari init [OPTIONS] [CLOUD_PROVIDER]:[local|existing|aws|gcp|azure]
-
-
-

Options

-
-
---guided-init, --no-guided-initΒΆ
-

[bold green]START HERE[/bold green] - this will guide you step-by-step to generate your [purple]nebari-config.yaml[/purple]. It is an [i]alternative[/i] to passing the options listed below.

-
-
Default:
-

False

-
-
-
- -
-
--p, --project-name, --project <project_name>ΒΆ
-

Required

-
- -
-
--d, --domain-name, --domain <domain_name>ΒΆ
-
- -
-
---namespace <namespace>ΒΆ
-
-
Default:
-

'dev'

-
-
-
- -
-
---region <region>ΒΆ
-

The region you want to deploy your Nebari cluster to (if deploying to the cloud)

-
- -
-
---auth-provider <auth_provider>ΒΆ
-

options: [β€˜password’, β€˜GitHub’, β€˜Auth0’]

-
-
Default:
-

<AuthenticationEnum.password: 'password'>

-
-
Options:
-

password | GitHub | Auth0

-
-
-
- -
-
---auth-auto-provision, --no-auth-auto-provisionΒΆ
-
-
Default:
-

False

-
-
-
- -
-
---repository <repository>ΒΆ
-

Github repository URL to be initialized with –repository-auto-provision

-
- -
-
---repository-auto-provision, --no-repository-auto-provisionΒΆ
-

Initialize the GitHub repository provided by –repository (GitHub credentials required)

-
-
Default:
-

False

-
-
-
- -
-
---ci-provider <ci_provider>ΒΆ
-

options: [β€˜github-actions’, β€˜gitlab-ci’, β€˜none’]

-
-
Default:
-

<CiEnum.none: 'none'>

-
-
Options:
-

github-actions | gitlab-ci | none

-
-
-
- -
-
---terraform-state <terraform_state>ΒΆ
-

options: [β€˜remote’, β€˜local’, β€˜existing’]

-
-
Default:
-

<TerraformStateEnum.remote: 'remote'>

-
-
Options:
-

remote | local | existing

-
-
-
- -
-
---kubernetes-version <kubernetes_version>ΒΆ
-

The Kubernetes version you want to deploy your Nebari cluster to, leave blank for latest version

-
-
Default:
-

'latest'

-
-
-
- -
-
---ssl-cert-email <ssl_cert_email>ΒΆ
-
- -
-
---disable-prompt, --no-disable-promptΒΆ
-
-
Default:
-

False

-
-
-
- -
-
--s, --config-set <config_set>ΒΆ
-

Apply a pre-defined set of nebari configuration options.

-
- -
-
--o, --output <output>ΒΆ
-

Output file path for the rendered config file.

-
-
Default:
-

PosixPath('nebari-config.yaml')

-
-
-
- -
-
--e, --explicitΒΆ
-

Write explicit nebari config file (advanced users only).

-
-
Default:
-

0

-
-
-
- -

Arguments

-
-
-CLOUD_PROVIDERΒΆ
-

Optional argument

-

options: [β€˜local’, β€˜existing’, β€˜aws’, β€˜gcp’, β€˜azure’]

-
- -
-
-

keycloakΒΆ

-

Interact with the Nebari Keycloak identity and access management tool.

-
nebari keycloak [OPTIONS] COMMAND [ARGS]...
-
-
-
-

add-userΒΆ

-

Add a user to Keycloak. User will be automatically added to the [italic]analyst[/italic] group.

-
nebari keycloak add-user [OPTIONS]
-
-
-

Options

-
-
---user <user>ΒΆ
-

Required Username for the new user, must be unique

-
- -
-
--p, --password <password>ΒΆ
-

Provide a password for the user. If left blank, a password must be generated by the admin through the Keycloak interface.

-
- -
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration file path

-
- -
-
--g, --groups <groups>ΒΆ
-

Provide existing groups to add user to. Can be specified multiple times for multiple groups

-
- -
-
--e, --email <email>ΒΆ
-

Email address for the new user. If not provided, a default email will be generated.

-
- -
-
-

export-usersΒΆ

-

Export the users in Keycloak.

-
nebari keycloak export-users [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration file path

-
- -
-
---realm <realm>ΒΆ
-

realm from which users are to be exported

-
-
Default:
-

'nebari'

-
-
-
- -
-
-

list-groupsΒΆ

-

List the groups and their current roles in Keycloak.

-
nebari keycloak list-groups [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration file path

-
- -
-
-

list-usersΒΆ

-

List the users in Keycloak.

-
nebari keycloak list-users [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration file path

-
- -
-
-
-

pluginΒΆ

-

Interact with nebari plugins

-
nebari plugin [OPTIONS] COMMAND [ARGS]...
-
-
-
-

listΒΆ

-

List installed plugins

-
nebari plugin list [OPTIONS]
-
-
-
-
-
-

renderΒΆ

-

Dynamically render the Terraform scripts and other files from your [purple]nebari-config.yaml[/purple] file.

-
nebari render [OPTIONS]
-
-
-

Options

-
-
--o, --output <output_directory>ΒΆ
-

output directory

-
-
Default:
-

'./'

-
-
-
- -
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration yaml file path

-
- -
-
---dry-runΒΆ
-

simulate rendering files without actually writing or updating any files

-
-
Default:
-

False

-
-
-
- -
-
-

supportΒΆ

-

Support tool to write all Kubernetes logs locally and compress them into a zip file.

-

The Nebari team recommends k9s to manage and inspect the state of the cluster. -However, this command occasionally helpful for debugging purposes should the logs need to be shared.

-
nebari support [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration file path

-
- -
-
--o, --output <output>ΒΆ
-

output filename

-
-
Default:
-

'./nebari-support-logs.zip'

-
-
-
- -
-
-

upgradeΒΆ

-

Upgrade your [purple]nebari-config.yaml[/purple].

-

Upgrade your [purple]nebari-config.yaml[/purple] after an nebari upgrade. If necessary, prompts users to perform manual upgrade steps required for the deploy process.

-

See the project [green]RELEASE.md[/green] for details.

-
nebari upgrade [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration file path

-
- -
-
---attempt-fixesΒΆ
-

Attempt to fix the config for any incompatibilities between your old and new Nebari versions.

-
-
Default:
-

False

-
-
-
- -
-
-

validateΒΆ

-

Validate the values in the [purple]nebari-config.yaml[/purple] file are acceptable.

-
nebari validate [OPTIONS]
-
-
-

Options

-
-
--c, --config <config_filename>ΒΆ
-

Required nebari configuration yaml file path, please pass in as -c/–config flag

-
- -
-
---enable-commentingΒΆ
-

Toggle PR commenting on GitHub Actions

-
-
Default:
-

False

-
-
-
- -
-
-
- - +
+

+ Nebari CLIΒΆ +

+
+

+ nebariΒΆ +

+

Nebari CLI πŸͺ΄

+
+
+
nebari [OPTIONS] COMMAND [ARGS]...
+
+
+
+

Options

+
+
+ -V, --versionΒΆ +
+

Nebari version number

+
+ +
+
+ --import-plugin + <plugins>ΒΆ +
+
+

Import nebari plugin

+
+
+ Default: +
+

+
+
+
+ +
+
+ --exclude-stage + <excluded_stages>ΒΆ +
+
+

Exclude nebari stage(s) by name or regex

+
+
+ Default: +
+

+
+
+
+ +
+
+ --exclude-default-stagesΒΆ +
+
+

Exclude default nebari included stages

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+

+ deployΒΆ +

+

+ Deploy the Nebari cluster from your + [purple]nebari-config.yaml[/purple] file. +

+
+
+
nebari deploy [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration yaml file + path +

+
+
+ +
+
+ -o, --output + <output_directory>ΒΆ +
+
+

output directory

+
+
+ Default: +
+
+

+ './' +

+
+
+
+
+ +
+
+ --dns-provider + <dns_provider>ΒΆ +
+
+

+ dns provider to use for registering domain name mapping + ⚠️ moved to dns.provider in + nebari-config.yaml +

+
+
+ +
+
+ --dns-auto-provisionΒΆ +
+
+

+ Attempt to automatically provision DNS, currently only + available for cloudflare ⚠️ moved to + dns.auto_provision in nebari-config.yaml +

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ --disable-promptΒΆ +
+
+

Disable human intervention

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ --disable-renderΒΆ +
+
+

Disable auto-rendering in deploy stage

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ --disable-checksΒΆ +
+
+

Disable the checks performed after each stage

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ --skip-remote-state-provisionΒΆ +
+
+

+ Skip terraform state deployment which is often required + in CI once the terraform remote state bootstrapping + phase is complete +

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+
+
+

+ destroyΒΆ +

+

+ Destroy the Nebari cluster from your + [purple]nebari-config.yaml[/purple] file. +

+
+
+
nebari destroy [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration file path +

+
+
+ +
+
+ -o, --output + <output_directory>ΒΆ +
+
+

output directory

+
+
+ Default: +
+
+

+ './' +

+
+
+
+
+ +
+
+ --disable-renderΒΆ +
+
+

Disable auto-rendering before destroy

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ --disable-promptΒΆ +
+
+

+ Destroy entire Nebari cluster without confirmation + request. Suggested for CI use. +

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+
+
+

+ devΒΆ +

+

Development tools and advanced features.

+
+
+
nebari dev [OPTIONS] COMMAND [ARGS]...
+
+
+
+
+

+ keycloak-apiΒΆ +

+

Interact with the Keycloak REST API directly.

+

+ This is an advanced tool which can have potentially + destructive consequences. Please use this at your own + risk. +

+
+
+
nebari dev keycloak-api [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration file + path +

+
+
+ +
+
+ -r, --request + <request>ΒΆ +
+
+

+ Required Send a REST API request, + valid requests follow patterns found here: + [green]keycloak.org/docs-api/15.0/rest-api[/green] +

+
+
+
+
+
+

+ infoΒΆ +

+

+ Display information about installed Nebari plugins and their + configurations. +

+
+
+
nebari info [OPTIONS]
+
+
+
+
+
+

+ initΒΆ +

+

+ Create and initialize your + [purple]nebari-config.yaml[/purple] file. +

+

+ This command will create and initialize your + [purple]nebari-config.yaml[/purple] :sparkles: +

+

+ This file contains all your Nebari cluster configuration + details and, is used as input to later commands such as + [green]nebari render[/green], [green]nebari deploy[/green], + etc. +

+

+ If you’re new to Nebari, we recommend you use the Guided + Init wizard. To get started simply run: +

+
+

[green]nebari init –guided-init[/green]

+
+
+
+
nebari init [OPTIONS] [CLOUD_PROVIDER]:[local|existing|aws|gcp|azure]
+
+
+
+

Options

+
+
+ --guided-init, --no-guided-initΒΆ +
+
+

+ [bold green]START HERE[/bold green] - this will guide + you step-by-step to generate your + [purple]nebari-config.yaml[/purple]. It is an + [i]alternative[/i] to passing the options listed below. +

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ -p, --project-name, --project + <project_name>ΒΆ +
+
+

Required

+
+
+ +
+
+ -d, --domain-name, --domain + <domain_name>ΒΆ +
+
+
+ +
+
+ --namespace + <namespace>ΒΆ +
+
+
+
+ Default: +
+
+

+ 'dev' +

+
+
+
+
+ +
+
+ --region + <region>ΒΆ +
+
+

+ The region you want to deploy your Nebari cluster to (if + deploying to the cloud) +

+
+
+ +
+
+ --auth-provider + <auth_provider>ΒΆ +
+
+

options: [β€˜password’, β€˜GitHub’, β€˜Auth0’]

+
+
+ Default: +
+
+

+ <AuthenticationEnum.password: + 'password'> +

+
+
+ Options: +
+
+

password | GitHub | Auth0

+
+
+
+
+ +
+
+ --auth-auto-provision, --no-auth-auto-provisionΒΆ +
+
+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ --repository + <repository>ΒΆ +
+
+

+ Github repository URL to be initialized with + –repository-auto-provision +

+
+
+ +
+
+ --repository-auto-provision, --no-repository-auto-provisionΒΆ +
+
+

+ Initialize the GitHub repository provided by –repository + (GitHub credentials required) +

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ --ci-provider + <ci_provider>ΒΆ +
+
+

options: [β€˜github-actions’, β€˜gitlab-ci’, β€˜none’]

+
+
+ Default: +
+
+

+ <CiEnum.none: + 'none'> +

+
+
+ Options: +
+
+

github-actions | gitlab-ci | none

+
+
+
+
+ +
+
+ --terraform-state + <terraform_state>ΒΆ +
+
+

options: [β€˜remote’, β€˜local’, β€˜existing’]

+
+
+ Default: +
+
+

+ <TerraformStateEnum.remote: + 'remote'> +

+
+
+ Options: +
+
+

remote | local | existing

+
+
+
+
+ +
+
+ --kubernetes-version + <kubernetes_version>ΒΆ +
+
+

+ The Kubernetes version you want to deploy your Nebari + cluster to, leave blank for latest version +

+
+
+ Default: +
+
+

+ 'latest' +

+
+
+
+
+ +
+
+ --ssl-cert-email + <ssl_cert_email>ΒΆ +
+
+
+ +
+
+ --disable-prompt, --no-disable-promptΒΆ +
+
+
+
+ Default: +
+
+

+ False +

+
+
+
+
+ +
+
+ -s, --config-set + <config_set>ΒΆ +
+
+

+ Apply a pre-defined set of nebari configuration options. +

+
+
+ +
+
+ -o, --output + <output>ΒΆ +
+
+

Output file path for the rendered config file.

+
+
+ Default: +
+
+

+ PosixPath('nebari-config.yaml') +

+
+
+
+
+ +
+
+ -e, --explicitΒΆ +
+
+

+ Write explicit nebari config file (advanced users only). +

+
+
+ Default: +
+
+

+ 0 +

+
+
+
+
+ +

Arguments

+
+
+ CLOUD_PROVIDERΒΆ +
+
+

Optional argument

+

+ options: [β€˜local’, β€˜existing’, β€˜aws’, β€˜gcp’, β€˜azure’] +

+
+
+
+
+

+ keycloakΒΆ +

+

+ Interact with the Nebari Keycloak identity and access + management tool. +

+
+
+
nebari keycloak [OPTIONS] COMMAND [ARGS]...
+
+
+
+
+

+ add-userΒΆ +

+

+ Add a user to Keycloak. User will be automatically added + to the [italic]analyst[/italic] group. +

+
+
+
nebari keycloak add-user [OPTIONS]
+
+
+
+

Options

+
+
+ --user + <user>ΒΆ +
+
+

+ Required Username for the new user, + must be unique +

+
+
+ +
+
+ -p, --password + <password>ΒΆ +
+
+

+ Provide a password for the user. If left blank, a + password must be generated by the admin through the + Keycloak interface. +

+
+
+ +
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration file + path +

+
+
+ +
+
+ -g, --groups + <groups>ΒΆ +
+
+

+ Provide existing groups to add user to. Can be + specified multiple times for multiple groups +

+
+
+ +
+
+ -e, --email + <email>ΒΆ +
+
+

+ Email address for the new user. If not provided, a + default email will be generated. +

+
+
+
+
+

+ export-usersΒΆ +

+

Export the users in Keycloak.

+
+
+
nebari keycloak export-users [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration file + path +

+
+
+ +
+
+ --realm + <realm>ΒΆ +
+
+

realm from which users are to be exported

+
+
+ Default: +
+
+

+ 'nebari' +

+
+
+
+
+
+
+

+ list-groupsΒΆ +

+

List the groups and their current roles in Keycloak.

+
+
+
nebari keycloak list-groups [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration file + path +

+
+
+
+
+

+ list-usersΒΆ +

+

List the users in Keycloak.

+
+
+
nebari keycloak list-users [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration file + path +

+
+
+
+
+
+

+ pluginΒΆ +

+

Interact with nebari plugins

+
+
+
nebari plugin [OPTIONS] COMMAND [ARGS]...
+
+
+
+
+

+ listΒΆ +

+

List installed plugins

+
+
+
nebari plugin list [OPTIONS]
+
+
+
+
+
+
+

+ renderΒΆ +

+

+ Dynamically render the Terraform scripts and other files + from your [purple]nebari-config.yaml[/purple] file. +

+
+
+
nebari render [OPTIONS]
+
+
+
+

Options

+
+
+ -o, --output + <output_directory>ΒΆ +
+
+

output directory

+
+
+ Default: +
+
+

+ './' +

+
+
+
+
+ +
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration yaml file + path +

+
+
+ +
+
+ --dry-runΒΆ +
+
+

+ simulate rendering files without actually writing or + updating any files +

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+
+
+

+ supportΒΆ +

+

+ Support tool to write all Kubernetes logs locally and + compress them into a zip file. +

+

+ The Nebari team recommends k9s to manage and inspect the + state of the cluster. However, this command occasionally + helpful for debugging purposes should the logs need to be + shared. +

+
+
+
nebari support [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration file path +

+
+
+ +
+
+ -o, --output + <output>ΒΆ +
+
+

output filename

+
+
+ Default: +
+
+

+ './nebari-support-logs.zip' +

+
+
+
+
+
+
+

+ upgradeΒΆ +

+

Upgrade your [purple]nebari-config.yaml[/purple].

+

+ Upgrade your [purple]nebari-config.yaml[/purple] after an + nebari upgrade. If necessary, prompts users to perform + manual upgrade steps required for the deploy process. +

+

See the project [green]RELEASE.md[/green] for details.

+
+
+
nebari upgrade [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration file path +

+
+
+ +
+
+ --attempt-fixesΒΆ +
+
+

+ Attempt to fix the config for any incompatibilities + between your old and new Nebari versions. +

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+
+
+

+ validateΒΆ +

+

+ Validate the values in the + [purple]nebari-config.yaml[/purple] file are acceptable. +

+
+
+
nebari validate [OPTIONS]
+
+
+
+

Options

+
+
+ -c, --config + <config_filename>ΒΆ +
+
+

+ Required nebari configuration yaml file + path, please pass in as -c/–config flag +

+
+
+ +
+
+ --enable-commentingΒΆ +
+
+

Toggle PR commenting on GitHub Actions

+
+
+ Default: +
+
+

+ False +

+
+
+
+
+
+
+