Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jihyung Song <[email protected]>
  • Loading branch information
jihyungSong authored Aug 8, 2023
1 parent f392672 commit ad2f87c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,21 @@ spacectl api-resources
```

# Examples
### Case 1: List Servers:
### Case 1: List Cloud Service Type with AWS:
```commandline
spacectl list server
spacectl list inventory.CloudServiceType -p provider=aws
```

### Case 2: Create Project Group:
```commandline
spacectl exec create project_group -p name=<project_group_name>
```

### Case 2: List only 10 Cost data within AWS US-EAST-1 region:
```commandline
spacectl list cost_analysis.Cost -p provider=aws -p region_code=us-east-1 --limit 10
```

# Advanced Guides

## Command Details and Guides
Expand All @@ -100,4 +105,4 @@ The following details are documented in [docs/configuration.md](docs/configurati
- Config Concept
- Quick Start
- Manage Endpoints
- Switch the Environment
- Switch the Environment

0 comments on commit ad2f87c

Please sign in to comment.