Skip to content

Commit 176fa29

Browse files
authored
Merge pull request #616 from HubSpot/retire/app-deploy
Retire app deploy command
2 parents ffdb932 + 1c5ca10 commit 176fa29

File tree

5 files changed

+0
-163
lines changed

5 files changed

+0
-163
lines changed

packages/cli-lib/api/appPipeline.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/cli-lib/lang/en.lyaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ en:
2222
describe: "New name for account."
2323
success:
2424
renamed: "Account \"{{ name }}\" renamed to \"{{ newName }}\""
25-
app:
26-
subcommands:
27-
deploy:
28-
building: "Building \"{{ appPath }}\" in account {{ accountId }}"
29-
examples:
30-
default: "Build and deploy app"
31-
positionals:
32-
path:
33-
describe: "Path to app folder"
34-
success:
35-
deployed: "Your app has been built and deployed. Go to {{ appUrl }} to see your app."
3625
auth:
3726
describe: "Configure authentication for a HubSpot account. Supported authentication protocols are {{ supportedProtocols }}."
3827
errors:

packages/cli/bin/cli.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const { setLogLevel, getCommandName } = require('../lib/commonOpts');
1010
const { trackHelpUsage } = require('../lib/usageTracking');
1111
const pkg = require('../package.json');
1212

13-
const appCommand = require('../commands/app');
1413
const removeCommand = require('../commands/remove');
1514
const initCommand = require('../commands/init');
1615
const logsCommand = require('../commands/logs');
@@ -75,7 +74,6 @@ const argv = yargs
7574
describe: 'set log level to debug',
7675
type: 'boolean',
7776
})
78-
.command(appCommand)
7977
.command(authCommand)
8078
.command(initCommand)
8179
.command(logsCommand)

packages/cli/commands/app.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/cli/commands/app/deploy.js

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)