Skip to content
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
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ released to the public npm registry; depend on it through the workspace.


------------------------------------------------------------------------
@elastic/es-schemas@0.1.0
@elastic/es-schemas@1.0.0
License: Apache-2.0
Repository: https://github.com/elastic/cli
Publisher: Elastic Client Library Maintainers
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ Interact with the Elastic Stack and Elastic Cloud from the command line.

## Installation

This CLI is not yet available on npm.
To install it, clone the repository, install dependencies, build and link:
Install from npm:

```bash
git clone git@github.com:elastic/cli.git
cd cli
npm install
npm run build
npm link
npm install @elastic/cli
```

Then you should be able to run `elastic` commands:
Expand Down
Loading