Skip to content

Commit 7664389

Browse files
authored
Merge pull request #94 from electricimp/idc_impcentralbranch
The test specification has been revised to account for alterations ma…
2 parents 29464e5 + 431374f commit 7664389

7 files changed

+2197
-844
lines changed

Diff for: CommandsManual.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,10 @@ Creates a new Device Group for the specified Product. Fails if a Device Group wi
764764
#### Device Group Delete ####
765765

766766
```
767-
impt dg delete [--dg <DEVICE_GROUP_IDENTIFIER>] [--builds] [--force] [--confirmed] [--output <mode>] [--help]
767+
impt dg delete [--dg <DEVICE_GROUP_IDENTIFIER>] [--force] [--confirmed] [--output <mode>] [--help]
768768
```
769769

770-
Deletes the specified Device Group and, optionally, all of the related builds (Deployments).
770+
Deletes the specified Device Group and all of the related builds (Deployments).
771771

772772
The command fails if the Device Group is a device-under-test target or production target of another Device Group. Use either [`impt dg update`](#device-group-update) to update the the other Device Group’s target/dut, or `impt dg delete` to delete the other Device Group before the specified one.
773773

@@ -781,7 +781,6 @@ The user is asked to confirm the operation, unless confirmed automatically with
781781
| Option | Alias | Mandatory? | Value Required? | Description |
782782
| --- | --- | --- | --- | --- |
783783
| --dg | -g | Yes/[Project](#project-files) | Yes | A [Device Group identifier](#device-group-identifier). If not specified, the Device Group referenced by the [Project file](#project-files) in the current directory is used (if there is no Project file, the command fails) |
784-
| --builds | -b | No | No | Additionally deletes all Deployments related to the Device Group |
785784
| --force | -f | No | No | Unassigns all of the Device Group’s devices as with [`impt dg unassign`](#device-group-unassign), and set the *flagged* attribute to `false` for all of the Device Group’s Deployments |
786785
| --confirmed | -q | No | No | Executes the operation without asking additional confirmation from user |
787786
| --output | -z | No | Yes | Adjusts the [command’s output](#command-output) |

0 commit comments

Comments
 (0)