@capgo/cli
Version:
A CLI to upload to capgo servers
22 lines (21 loc) • 3.97 kB
TypeScript
export { appDebugOptionsSchema, appOptionsSchema, appSettingOptionsSchema } from './app';
export type { AppDebugOptions, AppOptions, AppSettingOptions } from './app';
export { optionsBaseSchema } from './base';
export type { OptionsBase } from './base';
export { allCredentialsSchema, buildCredentialsSchema, buildRequestOptionsSchema, buildRequestResponseSchema, buildRequestResultSchema, credentialFileSchema, savedCredentialsSchema, } from './build';
export type { AllCredentials, BuildCredentials, BuildRequestOptions, BuildRequestResponse, BuildRequestResult, CredentialFile, SavedCredentials, } from './build';
export { bundleCleanupOptionsSchema, bundleCompatibilityOptionsSchema, bundleDecryptOptionsSchema, bundleDeleteOptionsSchema, bundleEncryptOptionsSchema, bundleReleaseTypeOptionsSchema, bundleUnlinkOptionsSchema, bundleZipOptionsSchema, decryptResultSchema, encryptResultSchema, optionsUploadSchema, uploadBundleResultSchema, zipResultSchema, } from './bundle';
export type { BundleCleanupOptions, BundleCompatibilityOptions, BundleDecryptOptions, BundleDeleteOptions, BundleEncryptOptions, BundleReleaseTypeOptions, BundleUnlinkOptions, BundleZipOptions, DecryptResult, EncryptResult, OptionsUpload, UploadBundleResult, ZipResult, } from './bundle';
export { channelAddOptionsSchema, channelCurrentBundleOptionsSchema, channelDeleteOptionsSchema, channelSchema, optionsSetChannelSchema } from './channel';
export type { Channel, ChannelAddOptions, ChannelCurrentBundleOptions, ChannelDeleteOptions, OptionsSetChannel } from './channel';
export { compatibilityDetailsSchema, compatibilitySchema, incompatibilityReasonSchema, nativePackageSchema, parsedSecurityErrorSchema, regexSemver, reverseDomainRegex, uploadUrlsSchema } from './common';
export type { Compatibility, CompatibilityDetails, IncompatibilityReason, NativePackage, ParsedSecurityError, uploadUrlsType } from './common';
export { capacitorConfigSchema, extConfigPairsSchema } from './config';
export type { CapacitorConfig, ExtConfigPairs } from './config';
export { rsaKeysSchema } from './crypto';
export type { RSAKeys } from './crypto';
export { organizationAddOptionsSchema, organizationDeleteOptionsSchema, organizationSetOptionsSchema, passwordPolicyConfigSchema } from './organization';
export type { OrganizationAddOptions, OrganizationDeleteOptions, OrganizationSetOptions, PasswordPolicyConfig } from './organization';
export { accountIdOptionsSchema, addAppOptionsSchema, addChannelOptionsSchema, addOrganizationOptionsSchema, appInfoSchema, bundleInfoSchema, cleanupOptionsSchema, currentBundleOptionsSchema, decryptBundleOptionsSchema, deleteOldKeyOptionsSchema, deleteOrganizationOptionsSchema, deviceStatsSchema, doctorOptionsSchema, encryptBundleOptionsSchema, generateKeyOptionsSchema, getStatsOptionsSchema, listOrganizationsOptionsSchema, loginOptionsSchema, organizationInfoSchema, saveKeyOptionsSchema, bundleCompatibilityOptionsSchema as sdkBundleCompatibilityOptionsSchema, requestBuildOptionsSchema as sdkRequestBuildOptionsSchema, sdkResultSchema, setSettingOptionsSchema, statsOrderSchema, updateAppOptionsSchema, updateChannelOptionsSchema, updateOrganizationOptionsSchema, uploadOptionsSchema, uploadResultSchema, zipBundleOptionsSchema, } from './sdk';
export type { AccountIdOptions, AddAppOptions, AddChannelOptions, AddOrganizationOptions, AppInfo, BundleInfo, CleanupOptions, CurrentBundleOptions, DecryptBundleOptions, DeleteOldKeyOptions, DeleteOrganizationOptions, DeviceStats, DoctorOptions, EncryptBundleOptions, GenerateKeyOptions, GetStatsOptions, ListOrganizationsOptions, LoginOptions, OrganizationInfo, SaveKeyOptions, BundleCompatibilityOptions as SdkBundleCompatibilityOptions, RequestBuildOptions as SdkRequestBuildOptions, SDKResult, SetSettingOptions, StatsOrder, UpdateAppOptions, UpdateChannelOptions, UpdateOrganizationOptions, UploadOptions, UploadResult, ZipBundleOptions, } from './sdk';
export { validateOptions } from './validate';