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

Complete example of the request-new-service command prior to break down into smaller PRs #140

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ USAGE
* [`chs-dev modules disable MODULES`](#chs-dev-modules-disable-modules)
* [`chs-dev modules enable MODULES`](#chs-dev-modules-enable-modules)
* [`chs-dev reload SERVICE`](#chs-dev-reload-service)
* [`chs-dev request new-service NAME`](#chs-dev-request-new-service-name)
* [`chs-dev services available`](#chs-dev-services-available)
* [`chs-dev services disable SERVICES`](#chs-dev-services-disable-services)
* [`chs-dev services enable SERVICES`](#chs-dev-services-enable-services)
Expand Down Expand Up @@ -523,6 +524,20 @@ DESCRIPTION
Rebuilds and restarts the supplied service running in development mode to load in any changes to source code
```

## `chs-dev request new-service NAME`

```
USAGE
$ chs-dev request new-service NAME [-F <value>] [-d]

ARGUMENTS
NAME The name of the service to create

FLAGS
-F, --file=<value> The file containing values for the new service spec
-d, --dryRun Run the command without making any changes
```

## `chs-dev services available`

Lists all the available services
Expand Down Expand Up @@ -698,6 +713,8 @@ within the current working directory.
project is valid before running any commands
* `CHS_DEV_SKIP_ECR_LOGIN_CHECK` - when set will not attempt to login to ECR
* `CH_IBOSS_TRIAL` - when set will bypass the vpn and proxies checks.
* `CHS_DEV_NEW_SERVICE_LOCAL_DIRECTORY` - when set will use the specified
directory as the repository for new services

### Service configuration

Expand Down
Loading