appydave-tools 0.46.0 → 0.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46df4aa57e2b179986c764d9d84fb88eec068b4c95e26d0f384f9b2f8a576b4d
4
- data.tar.gz: 6e134ad58469912384763374125331fca9198e76882c6b9f295e8c8512fb2f59
3
+ metadata.gz: 80d7f2ef51336f68b58b2053d44b32037c1adf675fad06133257aa60eee0f9d8
4
+ data.tar.gz: 20eb3bd8ed58cdb48785c8914284f12f0eb54083dfa8fb6f70b38590a8f3dd03
5
5
  SHA512:
6
- metadata.gz: 1dbb7a4789dc8ba587fbd234ebd10140b3a21286476a74e94c95ccf70c40495651c7ea676205c477e1507a14b16ba8f20ff6fec7ac80b504368da379c68aea9f
7
- data.tar.gz: 53e0af4483c20a3229d8f69effbe7d38d478eb48fadfa69f62dca3bfa42ef7b3b6ba22ab57a953bf0b8d1229adb8b190749daaf9de321739b575e066125dd0a2
6
+ metadata.gz: 57bbd014f73ce2a51b9da0d95c3a20c5cac638acfdc91480f0521c9cedaa2d39c57ec6bd81cbd4e7b76116f5caead1e7ae43776485af78d0e456d030845e8669
7
+ data.tar.gz: cc700f2e7f62eeecb9f2183bf0d8c0a1dad9f1d48fb6794f894c918c407083a8978aa3bb2d823133ac1cf3e6f191b6332a218ea384d7e83223fddb84294584da
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [0.46.0](https://github.com/appydave/appydave-tools/compare/v0.45.1...v0.46.0) (2025-11-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * enhance help documentation - brands, workflows, config sections ([293ed4d](https://github.com/appydave/appydave-tools/commit/293ed4d61b6d85b1b169b9473df09826f931dde7))
7
+
1
8
  ## [0.45.1](https://github.com/appydave/appydave-tools/compare/v0.45.0...v0.45.1) (2025-11-21)
2
9
 
3
10
 
@@ -56,7 +56,8 @@ module Appydave
56
56
  # Write to file
57
57
  File.write(output_file, JSON.pretty_generate(manifest))
58
58
 
59
- puts "✅ Generated #{output_file}"
59
+ timestamp = Time.now.strftime('%Y-%m-%d %H:%M:%S')
60
+ puts "✅ Generated #{output_file} (#{timestamp})"
60
61
  puts " Found #{projects.size} unique projects"
61
62
  puts ''
62
63
 
@@ -66,6 +67,14 @@ module Appydave
66
67
  # Validations
67
68
  run_validations(projects)
68
69
 
70
+ # Next steps
71
+ puts ''
72
+ puts '💡 Next Steps:'
73
+ puts " dam list #{brand} # View all projects"
74
+ puts " dam status #{brand} # Check sync status"
75
+ puts " dam s3-up #{brand} <project> # Upload project to S3"
76
+ puts ''
77
+
69
78
  { success: true, brand: brand, path: output_file }
70
79
  end
71
80
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Appydave
4
4
  module Tools
5
- VERSION = '0.46.0'
5
+ VERSION = '0.47.0'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appydave-tools",
3
- "version": "0.46.0",
3
+ "version": "0.47.0",
4
4
  "description": "AppyDave YouTube Automation Tools",
5
5
  "scripts": {
6
6
  "release": "semantic-release"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appydave-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys