diff --git a/_vendor/github.com/chef/chef-server/docs-chef-io/content/server/ctl_chef_server.md b/_vendor/github.com/chef/chef-server/docs-chef-io/content/server/ctl_chef_server.md index f0b1dfac72..3fd1b9a427 100644 --- a/_vendor/github.com/chef/chef-server/docs-chef-io/content/server/ctl_chef_server.md +++ b/_vendor/github.com/chef/chef-server/docs-chef-io/content/server/ctl_chef_server.md @@ -100,6 +100,16 @@ This subcommand has the following syntax: chef-server-ctl help ``` +## notice + +The `notice` subcommand is used to display important notice and license information. + +This subcommand has the following syntax: + +```bash +chef-server-ctl notice +``` + ## install The `install` subcommand is used to install premium features of the Chef diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 8308462600..4d039af08a 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -2,7 +2,7 @@ # github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 # github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20250703193412-93daafc684a8 # github.com/habitat-sh/on-prem-builder/docs-chef-io v0.0.0-20250805192817-f8b1dae05d5e -# github.com/chef/chef-server/docs-chef-io v0.0.0-20250414141619-a0fb7ff68e94 +# github.com/chef/chef-server/docs-chef-io v0.0.0-20250829012113-e4bd9ba4c0bd # github.com/inspec/inspec/docs-chef-io v0.0.0-20250123110211-42364d842e34 # github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20240122032124-a1d2a214e170 # github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20240122032232-049dcf822eef diff --git a/go.mod b/go.mod index 1308d58ff7..86ed4f842c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23 require ( github.com/chef/automate/components/docs-chef-io v0.0.0-20250617123043-e9e3b2463824 // indirect github.com/chef/chef-docs-theme v0.0.0-20250808212116-563fde1a25bc // indirect - github.com/chef/chef-server/docs-chef-io v0.0.0-20250414141619-a0fb7ff68e94 // indirect + github.com/chef/chef-server/docs-chef-io v0.0.0-20250829012113-e4bd9ba4c0bd // indirect github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250718131033-13973a5c0863 // indirect github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250818133051-ee9a3314396c // indirect github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250818073818-2c66a6fcd964 // indirect diff --git a/go.sum b/go.sum index 48a3c0797c..d20060d6b0 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/chef/automate/components/docs-chef-io v0.0.0-20250617123043-e9e3b2463 github.com/chef/automate/components/docs-chef-io v0.0.0-20250617123043-e9e3b2463824/go.mod h1:juvLC7Rt33YOCgJ5nnfl4rWZRAbSwqjTbWmcAoA0LtU= github.com/chef/chef-docs-theme v0.0.0-20250808212116-563fde1a25bc h1:QwjE9YnoY01CkGNOjdZup9tudvM0iq19IA3VHzIGmZg= github.com/chef/chef-docs-theme v0.0.0-20250808212116-563fde1a25bc/go.mod h1:+Jpnv+LXE6dXu2xDcMzMc0RxRGuCPAoFxq5tJ/X6QpQ= -github.com/chef/chef-server/docs-chef-io v0.0.0-20250414141619-a0fb7ff68e94 h1:YpF+MQ2CQ0V/sOtGrTCxa+Lpd5J9iR6ADDkrdSMqtw0= -github.com/chef/chef-server/docs-chef-io v0.0.0-20250414141619-a0fb7ff68e94/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY= +github.com/chef/chef-server/docs-chef-io v0.0.0-20250829012113-e4bd9ba4c0bd h1:h4LEzg1X9xW9S/2jPgoXQhQqTTDe60yrM6HN5vDTJ6I= +github.com/chef/chef-server/docs-chef-io v0.0.0-20250829012113-e4bd9ba4c0bd/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY= github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250718131033-13973a5c0863 h1:NgaLqTscmj0Ykj7tlTwMw8DDXPt7y/AynYvipPYL8oY= github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250718131033-13973a5c0863/go.mod h1:V8imA1NaIkzCKU5GZjsXScPNy7Nd8FjcPBnMfmP1hBk= github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250818133051-ee9a3314396c h1:r9qdIQdnv0RoBmoXfgRYboGmDAQ/jGRVpXr0dNKE7pA=