Skip to content

Commit

Permalink
mid work
Browse files Browse the repository at this point in the history
Signed-off-by: epolon <epolon@amazon.com>
  • Loading branch information
iliapolo committed Sep 10, 2024
1 parent 2f22fb0 commit b4f2fe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { yellow } from 'colors';
import * as yargs from 'yargs';
import { upgradeAvailable } from '../upgrades';

console.warn(yellow('⚠️ Version 1.x of the cdk8s toolchain is deprecated and will become end-of-life on 01/01/25.'));
console.warn(yellow('We strongly recommend migrating to 2.x. See https://cdk8s.io/docs/latest/migrating-from-1.x/'));

async function main() {
const ya = yargs
.option('check-upgrade', { type: 'boolean', desc: 'Check for cdk8s-cli upgrade', default: true })
Expand Down

0 comments on commit b4f2fe2

Please sign in to comment.