Skip to content

Commit

Permalink
Merge pull request #111 from Younis-NAB/fix/projectsReadme
Browse files Browse the repository at this point in the history
fix(readme): missing projects parameters and usage
  • Loading branch information
Younis-NAB authored Feb 21, 2021
2 parents 08a62b0 + 37d8d9f commit f411570
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,16 @@ For details on role policy object structures, please see: https://docs.launchdar
./ldutils inviteTeamMember [email protected] reader
```

#### Projects
| Mode | Parameter |
|---------------|--------------------------------------------------------------------------------------------------|
| getProjects | none |
| getProject | projectKey |
| createProject | projectKey, projectName, includeInSnippetByDefault, environments, defaultClientSideAvailability, tags |
| deleteProject | projectKey |
```
./ldutils createProject test-project 'Test Project' true dev,Development,336699:prod,Production,417505
## node app usage
Assumes that you have set the LAUNCHDARKLY_API_TOKEN environment var.
Expand Down

0 comments on commit f411570

Please sign in to comment.