-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from Younis-NAB/fix/projectsReadme
fix(readme): missing projects parameters and usage
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|