Skip to content

feat: Allow running standalone provisioner daemons #3563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
fix indentation
  • Loading branch information
dwahler committed Aug 18, 2022
commit 6067403786c00b4881c491d6dbc34a5dbac0587c
4 changes: 2 additions & 2 deletions cli/provisionercreate.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ func provisionerCreate() *cobra.Command {

_, _ = fmt.Fprintln(cmd.ErrOrStderr(), `A new provisioner daemon has been registered.

Start the provisioner daemon with the following command:
Start the provisioner daemon with the following command:

coder provisioners run --token `+tokenArg)
coder provisioners run --token `+tokenArg)

return nil
},
Expand Down