Releases: getappmap/appland-cli
v1.0.0
0.9.0
Changelog
ce883ed Add doc for refining AppMaps
0e04457 Add recording subcommand
dd35581 Differentiate methods by line number
fed569c Don't add Run field to recording command
634c12a Language fixes
d5b0f3d Merge pull request #26 from applandinc/files-json_20201016
85ebf39 Merge pull request #27 from applandinc/api-recording
c69086c Merge pull request #28 from applandinc/refine-appmap_20201113
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
Changelog
- By default, each uploaded file must be 2MB or less. When a larger file is encountered within a directory that is being uploaded, a warning is printed and the large file is skipped.
- Large files can be uploaded using the
--force/-foption.
0.4.0
Changelog
Changed
- Git metadata collection will now continue and retain information in the event
of an error. - When uploading AppMaps,
branchandcommitmust both be present or ommitted.
Presence of one without the other will result in failure. - Branch override flag provided during upload will be propagated to scenario
metadata.
Added
- The
--app/-aflag may be used on upload to override the application
nameproperty fromappmap.yml. uploadarguments can be files or directories. When a directory is specified,
all*.appmap.jsonfiles in the directory will be loaded into the mapset.- The
-fflag may be used on upload to specify the path to anappmap.ymlfile
Removed
- Alternate strategies to resolve a branch name have been removed in favor of
specifying the--branchor-bflag upon upload. --org/-oflag has been removed. Organization can be specified by passing<org-name>/<app-name>as the--app/-aflag.
0.4.0-prerelease
Changelog
348b68f Add Windows release target
ed17e29 Allow --app/-a override flags
4bb4610 Branch presence and commit presence must be same
36e8f79 Don't fail metadata collection if an error occurs
cb80733 Don't patch in empty or null Git metadata
8c938cd Merge app identifier into metadata
81c8b05 Merge pull request #11 from applandinc/fix-upload-example
ab414d1 Merge pull request #14 from applandinc/git-metadata-best-effort-collection
c8f4fc8 Merge pull request #15 from applandinc/upload-dir
9f8690e Merge refactor of Git metadata collection
3287ff4 Update CHANGELOG
74aabe2 Update CHANGELOG and bump VERSION
7f0b585 Update README and CHANGELOG for directory upload argument
5c56302 Update README.md
0.3.0
Changelog
212d3c6 Add a branch fallback flag to appland upload
b491805 Don't clobber an existing branch with empty string
e61ba12 Handle git metadata collection if HEAD is detached
c19fc31 Merge pull request #10 from applandinc/fix-branch-clobber
73b4c40 Merge pull request #8 from applandinc/git-metadata-collection-detached-head-fallback
8855fe7 Merge pull request #9 from applandinc/add-branch-fallback
ce405b2 Update CHANGELOG and bump VERSION