Skip to content

Commit 8b04f45

Browse files
committed
ec-cli --> edge-containers-cli
1 parent 2c7cfa8 commit 8b04f45

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/reference/glossary.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ epics-containers supports two kinds of services repositories:
1111
- **Kubernetes** services repositories. These are for deployment into a Kubernetes cluster. Each repository contains a set of **Helm Charts** all of which will deploy into a single namespace in a single Kubernetes Cluster.
1212
- **Local Machine** services repositories. These are for deployment to a local machine using docker-compose. Each repository contains a set *compose.yaml* files that describe how to deploy a set of services to the local machine. These could potentially be used for production at a facility which does not use Kubernetes, but are primarily for development, testing and the earlier tutorials in this documentation.
1313

14-
(ec-cli)=
15-
## ec-cli
14+
(edge-containers-cli)=
15+
## edge-containers-cli
1616

1717
A Python command line tool for the developer that runs *outside* of containers. It provides simple features for and monitoring and managing and IOC instances within a [](services-repo).
1818

19+
The entry point is `ec`.
20+
1921

2022
(ibek)=
2123
## ibek

docs/tutorials/setup_k8s_new_beamline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ If you have brought your own cluster then you may need to edit the **environment
100100

101101
## Setup the epics containers CLI
102102

103-
To deploy and manage IOC istances requires **helm** and **kubectl** command line tools. However we supply a simple wrapper for these tools that saves typing and helps with learning the commands. Go ahead and add the `ec-cli` python package to your virtual environment.
103+
To deploy and manage IOC istances requires **helm** and **kubectl** command line tools. However we supply a simple wrapper for these tools that saves typing and helps with learning the commands. Go ahead and add the `edge-containers-cli` python package to your virtual environment if it is not already there.
104104

105105
```bash
106106
# make sure your Python virtual environment is active, then:
107-
pip install ec-cli
107+
pip install edge-containers-cli
108108
# setup the environment for ec to know how to talk to the cluster
109109
# (make sure you are in the t03-services directory)
110110
source ./environment.sh

docs/tutorials/setup_workstation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Above we set up a python virtual environment. Now we will install `copier` which
208208

209209
```bash
210210
pip install copier
211-
pip install ec-cli
211+
pip install edge-containers-cli
212212
```
213213

214214
### Git

0 commit comments

Comments
 (0)