mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
In fleetctl package command, removed the --version flag (#20402)
#20042 # Checklist for submitter <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Added/updated tests - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
78ec0b5254
commit
719a040690
2 changed files with 1 additions and 5 deletions
1
changes/20042-remove-package-version
Normal file
1
changes/20042-remove-package-version
Normal file
|
|
@ -0,0 +1 @@
|
|||
In `fleetctl package` command, removed the `--version` flag. The version of the package can be controlled by `--orbit-channel` flag.
|
||||
|
|
@ -74,11 +74,6 @@ func packageCommand() *cli.Command {
|
|||
Value: "com.fleetdm.orbit",
|
||||
Destination: &opt.Identifier,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "version",
|
||||
Usage: "Version for package product",
|
||||
Destination: &opt.Version,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "insecure",
|
||||
Usage: "Disable TLS certificate verification",
|
||||
|
|
|
|||
Loading…
Reference in a new issue