Skip to content

Commit

Permalink
Update example to not use the app.env alias and to include sample out…
Browse files Browse the repository at this point in the history
…put.
  • Loading branch information
terriann committed Apr 17, 2024
1 parent 40efe91 commit 45597d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/vip-whoami.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as exit from '../lib/cli/exit';
import { trackEvent } from '../lib/tracker';

const baseUsage = 'vip whoami';
const exampleUsage = 'vip @example-app.develop whoami';

export async function whoamiCommand() {
const trackingParams: { command: string } = {
Expand Down Expand Up @@ -45,7 +44,7 @@ export async function whoamiCommand() {
void command( { usage: baseUsage } )
.examples( [
{
usage: exampleUsage,
usage: baseUsage + '\n' + ' - Howdy [email protected]!\n' + ' - Your user ID is 1234\n',
description: 'Retrieve details about the current authenticated VIP-CLI user.',
},
] )
Expand Down

0 comments on commit 45597d9

Please sign in to comment.