Skip to content

Commit ea4beb7

Browse files
authored
Merge pull request #24 from contentstack/Feat/CS-35685
Oclif core v2 migration changes
2 parents f8d5a0a + 281a43a commit ea4beb7

File tree

6 files changed

+12015
-9482
lines changed

6 files changed

+12015
-9482
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Contentstack
3+
Copyright (c) 2023 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bin/run

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env node
22

3-
require('@oclif/command').run()
4-
.catch(require('@oclif/errors/handle'))
3+
(async () => {
4+
const oclif = require('@contentstack/cli-utilities/node_modules/@oclif/core')
5+
await oclif.execute({ type: 'cjs', dir: __dirname })
6+
})()

0 commit comments

Comments
 (0)