Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] [chectl] Deprecating 'server:start' command

Hello.

We are continuing working on deprecating `server:start` command.
If QE teams use the `server:start` command to deploy Eclipse Che then please switch to `server:deploy` one.



On Wed, Oct 7, 2020 at 5:35 PM Anatolii Bazko <abazko@xxxxxxxxxx> wrote:
Hello.

The deploy team is going to deprecate `server:start` command in the context of the issue [1]

What does it mean?
- functionality of the deploying Eclipse Che will be moved to the `server:deploy` command
- `server:start` command will start only already deployed Eclipse Che if it has been stopped before (using `server:stop` command).

The deprecation will be done in 3 steps:
1. for chectl 7.21.0:
   - adding the `server:deploy` as an alias to the `server:start` command
   - printing a warning message if `server:start` command was used instead of `server:deploy`
   - updating the documentation

2. for chectl 7.22.0:
   - updating tests

3. for chectl 7.23.0:
   - removing the warning message
   - `server:start` will fail if Eclipse Che has not been deployed

[1] https://github.com/eclipse/che/issues/18015
--

ANATOLII BAZKO

PRINCIPAL DEVELOPER

Red Hat Ukraine



--

ANATOLII BAZKO

PRINCIPAL DEVELOPER

Red Hat Ukraine


Back to the top