Skip to content

Commit

Permalink
Remove legacy validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Apr 30, 2024
1 parent ce21350 commit d0ce812
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 46 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

## [5.0.7] 2024-04-30

### Fixed

- Remove unnecessary legacy validation, including looking for the AWS CLI during deployment; fixes #1482

---

## [5.0.6] 2024-04-29

### Changed
Expand Down
4 changes: 0 additions & 4 deletions src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
let deploy = require('../../')
let _inventory = require('@architect/inventory')
let { banner, updater } = require('@architect/utils')
let validate = require('./validate')
let _flags = require('./flags')
let { version } = require('../../package.json')
let pauser = require('../utils/pause-sandbox')
Expand All @@ -29,9 +28,6 @@ async function main (/* opts = {} */) {
// Ignore Inventory if passed, and re-Inventory with deployStage set
let inventory = await _inventory({ deployStage, env: true })

// Validate for expected env and args and check for potential creds issues
validate()

// Populate options, read args into `prune`, `verbose`, `production`, `tags`, `name`, etc.
let options = {
inventory,
Expand Down
42 changes: 0 additions & 42 deletions src/cli/validate.js

This file was deleted.

0 comments on commit d0ce812

Please sign in to comment.