Skip to content
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

docs: fix broken links #284

Merged
merged 1 commit into from
Jul 27, 2023
Merged
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
56 changes: 29 additions & 27 deletions docs/docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Upsert a group
```
-f, --file string Path to the group body file
-H, --header string Header <key>:<value>
```
````

### `frontier group edit [flags]`

Edit a group

```
-f, --file string Path to the group body file
```
````

### `frontier group list`

Expand All @@ -55,7 +55,7 @@ View a group

```
-m, --metadata Set this flag to see metadata
```
````

## `frontier namespace`

Expand Down Expand Up @@ -84,15 +84,15 @@ Upsert an organization
```
-f, --file string Path to the organization body file
-H, --header string Header <key>:<value>
```
````

### `frontier organization edit [flags]`

Edit an organization

```
-f, --file string Path to the organization body file
```
````

### `frontier organization list`

Expand All @@ -104,7 +104,7 @@ View an organization

```
-m, --metadata Set this flag to see metadata
```
````

## `frontier permission`

Expand All @@ -117,15 +117,15 @@ Upsert a permission
```
-f, --file string Path to the permission body file
-H, --header string Header <key>:<value>
```
````

### `frontier permission edit [flags]`

Edit a permission

```
-f, --file string Path to the permission body file
```
````

### `frontier permission list`

Expand All @@ -146,15 +146,15 @@ Upsert a policy
```
-f, --file string Path to the policy body file
-H, --header string Header <key>:<value>
```
````

### `frontier policy edit [flags]`

Edit a policy

```
-f, --file string Path to the policy body file
```
````

### `frontier policy view`

Expand All @@ -171,15 +171,15 @@ Upsert a project
```
-f, --file string Path to the project body file
-H, --header string Header <key>:<value>
```
````

### `frontier project edit [flags]`

Edit a project

```
-f, --file string Path to the project body file
```
````

### `frontier project list`

Expand All @@ -191,7 +191,7 @@ View a project

```
-m, --metadata Set this flag to see metadata
```
````

## `frontier role`

Expand All @@ -204,15 +204,15 @@ Upsert a role
```
-f, --file string Path to the role body file
-H, --header string Header <key>:<value>
```
````

### `frontier role edit [flags]`

Edit a role

```
-f, --file string Path to the role body file
```
````

### `frontier role list`

Expand All @@ -224,15 +224,16 @@ View a role

```
-m, --metadata Set this flag to see metadata
```
````

## `frontier seed [flags]`

Seed the database with initial data

```
-c, --config string config file path
-H, --header string Header <key>
```
````

## `frontier server`

Expand All @@ -249,46 +250,46 @@ Initialize server
local storage file "file:///tmp/resources_config"
GCS Bucket "gs://frontier-bucket-example"
(default: file://{pwd}/resources_config)

-u, --rule string URL path of rules. Full path prefixed with scheme where ruleset yaml files are kept
e.g.:
local storage file "file:///tmp/rules"
GCS Bucket "gs://frontier-bucket-example"
(default: file://{pwd}/rules)

```
````

### `frontier server keygen [flags]`

Generate 2 rsa keys as jwks for auth token generation

```
-k, --keys int num of keys to generate (default 2)
```
````

### `frontier server migrate [flags]`

Run DB Schema Migrations

```
-c, --config string config file path
```
````

### `frontier server migrate-rollback [flags]`

Run DB Schema Migrations Rollback to last state

```
-c, --config string config file path
```
````

### `frontier server start [flags]`

Start server and proxy default on port 8080

```
-c, --config string config file path
```
````

## `frontier user`

Expand All @@ -301,15 +302,15 @@ Upsert an user
```
-f, --file string Path to the user body file
-H, --header string Header <key>:<value>
```
````

### `frontier user edit [flags]`

Edit an user

```
-f, --file string Path to the user body file
```
````

### `frontier user list`

Expand All @@ -321,8 +322,9 @@ View an user

```
-m, --metadata Set this flag to see metadata
```
````

## `frontier version`

Print version information

Loading