Skip to content

[CircleCI Generated] RELEASE_3.11.4-6570 #267

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 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions site/content/3.11/arangograph/oasisctl/accept/_index.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
---
layout: default
description: Description of the oasisctl accept command
title: Oasisctl Accept
menuTitle: Accept
weight: 10
description: >-
Description of the oasisctl accept command
archetype: chapter
weight: 5
---
Accept invites

## Synopsis

Accept invites

```
oasisctl accept [flags]
```

## Options

```
-h, --help help for accept
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl](../options.md) - ArangoGraph Insights Platform
* [oasisctl accept organization](accept-organization.md) - Accept organization related invites

Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
---
layout: default
description: Description of the oasisctl accept organization invite command
title: Oasisctl Accept Organization Invite
menuTitle: Accept Organization Invite
weight: 10
description: >-
Description of the oasisctl accept organization invite command
archetype: default
weight: 15
---
Accept an organization invite the authenticated user has access to

## Synopsis

Accept an organization invite the authenticated user has access to

```
oasisctl accept organization invite [flags]
```

## Options

```
-h, --help help for invite
-i, --invite-id string Identifier of the organization invite
-o, --organization-id string Identifier of the organization
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl accept organization](accept-organization.md) - Accept organization related invites

Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
---
layout: default
description: Description of the oasisctl accept organization command
title: Oasisctl Accept Organization
menuTitle: Accept Organization
weight: 5
description: >-
Description of the oasisctl accept organization command
archetype: default
weight: 10
---
Accept organization related invites

## Synopsis

Accept organization related invites

```
oasisctl accept organization [flags]
```

## Options

```
-h, --help help for organization
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl accept](_index.md) - Accept invites
* [oasisctl accept organization invite](accept-organization-invite.md) - Accept an organization invite the authenticated user has access to

15 changes: 4 additions & 11 deletions site/content/3.11/arangograph/oasisctl/add/_index.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
---
layout: default
description: Description of the oasisctl add command
title: Oasisctl Add
menuTitle: Add
weight: 15
description: >-
Description of the oasisctl add command
archetype: chapter
weight: 5
---
Add resources

## Synopsis

Add resources

```
oasisctl add [flags]
```

## Options

```
-h, --help help for add
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl](../options.md) - ArangoGraph Insights Platform
* [oasisctl add auditlog](add-auditlog.md) - Add auditlog resources
* [oasisctl add group](add-group.md) - Add group resources
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
---
layout: default
description: Description of the oasisctl add auditlog destination command
title: Oasisctl Add Auditlog Destination
menuTitle: Add Audit Log Destination
weight: 10
description: >-
Description of the oasisctl add auditlog destination command
archetype: default
weight: 15
---
Add a destination to an auditlog.

## Synopsis

Add a destination to an auditlog.

```
oasisctl add auditlog destination [flags]
```

## Options

```
-i, --auditlog-id string Identifier of the auditlog
--destination-excluded-topics strings Do not send audit events with these topics to this destination.
Expand All @@ -31,15 +26,13 @@ oasisctl add auditlog destination [flags]
-o, --organization-id string Identifier of the organization
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl add auditlog](add-auditlog.md) - Add auditlog resources

17 changes: 5 additions & 12 deletions site/content/3.11/arangograph/oasisctl/add/add-auditlog.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
---
layout: default
description: Description of the oasisctl add auditlog command
title: Oasisctl Add Auditlog
menuTitle: Add Audit Log
weight: 5
description: >-
Description of the oasisctl add auditlog command
archetype: default
menuTitle: Add Auditlog
weight: 10
---
Add auditlog resources

## Synopsis

Add auditlog resources

```
oasisctl add auditlog [flags]
```

## Options

```
-h, --help help for auditlog
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl add](_index.md) - Add resources
* [oasisctl add auditlog destination](add-auditlog-destination.md) - Add a destination to an auditlog.

15 changes: 4 additions & 11 deletions site/content/3.11/arangograph/oasisctl/add/add-group-members.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,32 @@
---
layout: default
description: Description of the oasisctl add group members command
title: Oasisctl Add Group Members
menuTitle: Add Group Members
weight: 20
description: >-
Description of the oasisctl add group members command
archetype: default
weight: 25
---
Add members to group

## Synopsis

Add members to group

```
oasisctl add group members [flags]
```

## Options

```
-g, --group-id string Identifier of the group to add members to
-h, --help help for members
-o, --organization-id string Identifier of the organization
-u, --user-emails strings A comma separated list of user email addresses
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl add group](add-group.md) - Add group resources

15 changes: 4 additions & 11 deletions site/content/3.11/arangograph/oasisctl/add/add-group.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
---
layout: default
description: Description of the oasisctl add group command
title: Oasisctl Add Group
menuTitle: Add Group
weight: 15
description: >-
Description of the oasisctl add group command
archetype: default
weight: 20
---
Add group resources

## Synopsis

Add group resources

```
oasisctl add group [flags]
```

## Options

```
-h, --help help for group
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl add](_index.md) - Add resources
* [oasisctl add group members](add-group-members.md) - Add members to group

17 changes: 5 additions & 12 deletions site/content/3.11/arangograph/oasisctl/auditlog/_index.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
---
layout: default
description: Description of the oasisctl auditlog command
title: Oasisctl Auditlog
menuTitle: Audit Log
weight: 20
description: >-
Description of the oasisctl auditlog command
archetype: chapter
menuTitle: Auditlog
weight: 5
---
AuditLog resources

## Synopsis

AuditLog resources

```
oasisctl auditlog [flags]
```

## Options

```
-h, --help help for auditlog
```

## Options inherited from parent commands

## Options Inherited From Parent Commands
```
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
```

## See also

* [oasisctl](../options.md) - ArangoGraph Insights Platform
* [oasisctl auditlog attach](auditlog-attach.md) - Attach a project to an audit log
* [oasisctl auditlog detach](auditlog-detach.md) - Detach a project from an auditlog
Expand Down
Loading