Skip to content

Commit

Permalink
[eas-cli] make init:onboarding command public (#2399)
Browse files Browse the repository at this point in the history
* [eas-cli] make `init:onboarding` command public

* update CHANGELOG.md
  • Loading branch information
szdziedzic authored May 23, 2024
1 parent afb5485 commit c21270e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This is the log of notable changes to EAS CLI and related packages.

### 🎉 New features

- Make `eas init:onboarding` command public. ([#2399](https://github.com/expo/eas-cli/pull/2399) by [@szdziedzic](https://github.com/szdziedzic))

### 🐛 Bug fixes

### 🧹 Chores
Expand Down
5 changes: 2 additions & 3 deletions packages/eas-cli/src/commands/project/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ import { easCliVersion } from '../../utils/easCli';
import GitClient from '../../vcs/clients/git';

export default class Onboarding extends EasCommand {
static override hidden = true;

static override aliases = ['init:onboarding', 'onboarding'];

static override description = 'continue onboarding process started on the expo.dev website';
static override description =
'continue onboarding process started on the https://expo.new website.';

static override flags = {};

Expand Down

0 comments on commit c21270e

Please sign in to comment.