Skip to content

Commit

Permalink
docs: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Mar 5, 2023
1 parent 574e828 commit a1032b6
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 33 deletions.
5 changes: 4 additions & 1 deletion docs/go-c8y-cli/docs/cli/c8y/api/c8y_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ c8y api [flags]
$ c8y api GET /alarm/alarms
Get a list of alarms
$ c8y api GET "/alarm/alarms?pageSize=10&status=ACTIVE"
$ c8y api GET "/alarm/alarms&status=ACTIVE" --pageSize 10
Get a list of alarms with custom query parameters
$ c8y api GET "/alarm/alarms&status=ACTIVE" --pageSize 1 --withTotalPages
Get a total ACTIVE alarms
$ c8y api POST "alarm/alarms" --data "text=one,severity=MAJOR,type=test_Type,time=2019-01-01,source.id='12345'" --keepProperties
Create a new alarm
Expand Down
4 changes: 2 additions & 2 deletions docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
category: identity
title: c8y identity
---
Cumulocity identity
Cumulocity external identity

### Synopsis

REST endpoint to interact with Cumulocity identity objects
REST endpoint to interact with Cumulocity external identity objects

### Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
category: identity
title: c8y identity create
---
Create external id
Create external identity

### Synopsis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
category: identity
title: c8y identity delete
---
Delete external id
Delete external identity

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
category: identity
title: c8y identity get
---
Get external id
Get external identity

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
category: identity
title: c8y identity list
---
Get external id collection
Get external identity collection

### Synopsis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ Create a tenant option
### Options

```
--category string Category of option (required)
-h, --help help for create
--key string Key of option (required) (accepts pipeline)
--processingMode string Cumulocity processing mode
--value string Value of option (required)
--category string Category of option
-d, --data stringArray static data to be applied to body. accepts json or shorthand json, i.e. --data 'value1=1,my.nested.value=100'
-h, --help help for create
--key string Key of option (accepts pipeline)
--processingMode string Cumulocity processing mode
--template string Body template
--templateVars stringArray Body template variables
--value string Value of option
```

### Options inherited from parent commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ Update a tenant option
### Options

```
--category string Tenant Option category (required)
-h, --help help for update
--key string Tenant Option key (required) (accepts pipeline)
--processingMode string Cumulocity processing mode
--value string New value (required)
--category string Tenant Option category (required)
-d, --data stringArray static data to be applied to body. accepts json or shorthand json, i.e. --data 'value1=1,my.nested.value=100'
-h, --help help for update
--key string Tenant Option key (required) (accepts pipeline)
--processingMode string Cumulocity processing mode
--template string Body template
--templateVars stringArray Body template variables
--value string New value
```

### Options inherited from parent commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: Get-ExternalId


## SYNOPSIS
Get external id
Get external identity

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: Get-ExternalIdCollection


## SYNOPSIS
Get external id collection
Get external identity collection

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: New-ExternalId


## SYNOPSIS
Create external id
Create external identity

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: Remove-ExternalId


## SYNOPSIS
Delete external id
Delete external identity

## SYNTAX

Expand Down
18 changes: 9 additions & 9 deletions docs/go-c8y-cli/docs/cli/psc8y/TenantOption/New-TenantOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Create tenant option

```
New-TenantOption
[-Category] <String>
[-Key] <Object[]>
[-Value] <String>
[[-Category] <String>]
[[-Key] <Object[]>]
[[-Value] <String>]
[-Data <Object>]
[-NoAccept]
[-ProcessingMode <String>]
Expand Down Expand Up @@ -87,44 +87,44 @@ Create a tenant option
## PARAMETERS

### -Category
Category of option (required)
Category of option

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Key
Key of option (required)
Key of option
```yaml
Type: Object[]
Parameter Sets: (All)
Aliases:

Required: True
Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -Value
Value of option (required)
Value of option
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Update tenant option
Update-TenantOption
[-Category] <String>
[-Key] <Object[]>
[-Value] <String>
[[-Value] <String>]
[-Data <Object>]
[-NoAccept]
[-ProcessingMode <String>]
Expand Down Expand Up @@ -117,14 +117,14 @@ Accept wildcard characters: False
```
### -Value
New value (required)
New value
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Expand Down

0 comments on commit a1032b6

Please sign in to comment.