mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-10-30 14:23:10 +08:00
cli modular refactor (#16)
* add logic to support SENTRY_PROPERTIES parameter * remove update.json and meta.json files in ppk * udpapte * refactor modles * update * add package-module file * update * update readme file * modifu cli.json file * fix command issues * improve version workflow logic * udpate * update * update * update * udpate * udpate * add example * update readme file * udpate version * change logic to use pushy command uniformly
This commit is contained in:
@@ -2,13 +2,13 @@ import { get, getAllPackages, post, put, uploadFile } from './api';
|
||||
import { question, saveToLocal } from './utils';
|
||||
import { t } from './utils/i18n';
|
||||
|
||||
import chalk from 'chalk';
|
||||
import { satisfies } from 'compare-versions';
|
||||
import type { Package, Platform, Version } from './types';
|
||||
import { getPlatform, getSelectedApp } from './app';
|
||||
import { choosePackage } from './package';
|
||||
import { depVersions } from './utils/dep-versions';
|
||||
import { getCommitInfo } from './utils/git';
|
||||
import type { Package, Platform, Version } from 'types';
|
||||
import { satisfies } from 'compare-versions';
|
||||
import chalk from 'chalk';
|
||||
|
||||
interface VersionCommandOptions {
|
||||
appId?: string;
|
||||
|
||||
Reference in New Issue
Block a user