Skip to content

Commit

Permalink
Merge pull request #19 from playground/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
playground authored Dec 1, 2021
2 parents defd31e + 3de85b7 commit f1df0f6
Show file tree
Hide file tree
Showing 10 changed files with 309 additions and 101 deletions.
34 changes: 28 additions & 6 deletions build/commands/deploy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/commands/deploy.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion build/common/src/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ export declare class Utils {
uninstallHorizon(): Observable<unknown>;
copyFile(arg: string): Promise<unknown>;
updateEnvFiles(org: string): Observable<unknown>;
setupEnvFiles(): Observable<unknown>;
updateOrgConfig(hznJson: any, org: string, newOrg?: boolean): Observable<unknown>;
removeOrg(org: string): Observable<unknown>;
orgCheck(org: string, skipUpdate?: boolean): Observable<unknown>;
setupEnvFiles(org: string): Observable<unknown>;
updateEnvHzn(org: string): Observable<unknown>;
checkDefaultConfig(): Observable<unknown>;
getHznInfo(): string[];
Expand Down
Loading

0 comments on commit f1df0f6

Please sign in to comment.