All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Base64 support in kube commands. #120
- Issue/#114 cli editor support. #121
- Add --yaml option to start. #124
1.8.0 - 2019-09-15
- Add
--dev
and--debug
flag to start command. #116
- Add kube-install command, deprecate kube. #106
- Remove broken, deprecate outdated commands. #110
1.7.0 - 2019-08-02
- Create command to update atomist dependencies. #95
- Add kube-fetch command. #98
- Add kube-encrypt and kube-decrypt commands. #101
- Provider configuration using the CLI is deprecated. #103
1.6.1 - 2019-07-11
- Add support for passing configuration profiles to start. c5ffce8
- Update automation-client, sdm, sdm-core and sdm-local. 75a48a0
1.6.0 - 2019-07-09
- Tell people not to run git-hook manually. #96
- Update Atomist and TypeScript deps. 5f93892
- Fix install behavior. 866638a
1.5.1 - 2019-05-31
- Update sdm-local. 805371b
- Update Homebrew shell_output test. f2256dd
1.5.0 - 2019-05-27
- Add url to atomist kube command. 1b1a175
- Publish latest tag for docker image on release. #70
- Add support for starting an SDM from a remote repo. #87
- We should 'npm ci' not 'npm install'. #91
1.4.0 - 2019-04-15
- When the APIkey is invalid, please ask for another one. #69
- Spell out Kubernetes instead of k8s. #78
- Make a more clear prompt than '? (mapped parameter) target-owner'. #47
- If there is only one option, do not provide selector. #80
- Fix create sdm undefined bug. d1a04be
1.3.0 - 2019-04-01
- Workspace selecter should validate that at least one is selected. #62
- Add repository configuration to SCM provider command. #75
1.2.0 - 2019-03-15
- Add
install
command to search and install an SDM extension pack from an NPM registry. #b706d70 - Add provider and workspace create commands. #61
- Add
provider config
command. #64
- Deploy k8s-sdm as part of
atomist kube
. #65 - Add dry run and print current context to kube command. #67
1.1.0 - 2018-12-27
- Add login, config command to connect to a workspace. #57
1.0.3 - 2018-12-08
- Update to apollo CLI for gql-fetch. #52
- Fix some typos in the text intro for config. #50
1.0.2 - 2018-11-09
1.0.1 - 2018-11-09
1.0.0-RC.2 - 2018-10-30
- Add homebrew formula template and bash completion. #46
- BREAKING Remove deprecated git-info & gql-gen commands. #45
1.0.0-RC.1 - 2018-10-15
1.0.0-M.5a - 2018-09-28
1.0.0-M.5 - 2018-09-26
- Simplify postInstall message. #35
1.0.0-M.4 - 2018-09-16
1.0.0-M.3 - 2018-09-04
- Remove deprecated scripts. #24
- Update sdm-local and automation-client.
atomist help
fails to show output. #21- Fix postInstall banner resolution.
1.0.0-M.1 - 2018-08-27
- Provide postInstall script as JavaScript.
- Update Atomist dependencies to 1.0.0 Milestone 1 versions.
0.6.7 - 2018-08-25
- Add postInstall message. #11a7e91
0.6.6 - 2018-08-24
- Add sourcemap support. #12
0.6.5 - 2018-08-22
- Use @atomist/automation-client bin scripts.
0.6.4 - 2018-08-21
0.6.3 - 2018-08-20
- Update to @atomist/sdm-local@0.1.8, @atomist/automation-client@0.21.1. #ee928bc
0.6.2 - 2018-08-20
- Update to @atomist/sdm-local@0.1.7.
0.6.1 - 2018-08-19
- Delay loading sdm-local in gitHook.
0.6.0 - 2018-08-14
- Add
git-hook
subcommand.
- Update automation-client dependency.
- Use automation-client scripts in package scripts.
- Use cross-spawn to make running commands more cross-platform.
- The
git
andgql-gen
subcommands have been moved to automation-client. - Deprecate
githook
script in favor ofgit-hook
subcommand.
- BREAKING Remove
cmd
andexec
aliases forexecute
.
- Recognize
execute
as a reserved command. - Show SDM local commands in
--help
output. #9
0.5.2 - 2018-08-09
- Update automation-client to make running "new sdm" outside a
0.5.1 - 2018-08-09
- Move Atomist dependencies back from devDependencies.
0.5.0 - 2018-08-09
- Add SDM local mode.
- Update dependencies.
- Improve argument processing to avoid loading SDM local commands
0.4.0 - 2018-08-04
- Improve config handling of workspace/team IDs.
- Always have config prompt for API key.
- Properly sanitize command line before printing
0.3.0 - 2018-08-01
- Add Command-line option for API key,
--api-key
.
- BREAKING Remove
--atomist-token
command-line option and its - BREAKING Remove config GitHub-related command-line options,
0.2.1 - 2018-07-31
- Update TypeScript and supporting packages.
- Support both
src
andlib
in GraphQL commands.
0.2.0 - 2018-07-31
- Provide
--atomist-token
command-line option for config.
- BREAKING Updated command-line options and arguments to use
- Reorganize package structure to be more standard Node.js.
- Standardize command line processing.
- BREAKING Workspace ID argument to gql-fetch is now an option
- Use async functions where possible.
- Improve the tslint configuration.
- SDM configuration helpers no longer necessary.
- BREAKING Remove gql alias for gql-gen.
- The kube command can be run repeatedly without error.
- Improve config error handling.
- The --version command-line option should always report the right
0.1.0 - 2018-07-06
- Atomist CLI, migrated from @atomist/automation-client.