Changelog
- b4faef7 fix: address comment
- 08732ca refactor(projects): move rest api call directly into run command module
- 81d5f63 revert: "refactor: clean smelly code"
- a500f00 fix(run): compare environment slug to environment slug
- ad20778 refactor: clean up empty line
- 4c82408 fix(run): grap workspace id from workspace file if not defined on the cli
- 8146dce refactor(run): call it project instead of workspace
- 2e90add refactor(run): do not report project id in error message
- 427201a refactor(run): set up variable before call
- 0b55ac1 refactor(projects): rename workspace to project
- aecfa26 fix(run): handle case where we require a login
- fdfc020 refactor: clean up more smelly code
- 62aa80a feat(run): ensure that the project has the requested environment
- cf9d803 feat(run): add function to confirm project has the requested environment
- d0c9f1c feat(projects): add new module in util package for getting project details
- 2ecc742 feat(models): add model for environments
- c04b97c refactor: clean smelly code